From 1eb1517a38e95d45db3c26848bb1fddc29ea92f0 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Wed, 16 Oct 2024 12:45:16 +0200 Subject: [PATCH] updated and fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09774b2..84c0e48 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The application uses a DuckDB database to store analyzed data. The `FakeNewsChec ### Machine Learning Model - **VeraMindInference**: An inference engine for the VeraMind model, which is used to predict whether an article is real or fake news based on its text content. -- **ArticleRater**: A class that uses the Language Model (LLM) to generate a response based on the analyzed text data. +- **ArticleRater**: A class that uses the Large Language Model (LLM) to generate a response based on the analyzed text data. ## Usage