What is the model called?

I have trained a NLP model using an AWD LSTM arch. using the fake or real dataset https://github.com/cabhijith/Fake-News/blob/master/fake_or_real_news.csv.zip.

To summarize the dataset, it is a heading and body of the article along with the label - FAKE or REAL.

My question is, what do I call this model? Since there is no additional meta-data fed, can I call this a linguistic model as it only uses the linguistic patterns for predictions? If not linguistic model, can I call this a semantic model?

Please do let me know what will be an appropriate name for it.
Regards,