This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
VeracityAI/docs/ui/ml_docs.md

509 B

Original Training Dataset

  1. https://www.kaggle.com/datasets/saurabhshahane/fake-news-classification

LLM API Documentation

https://github.com/ollama/ollama/blob/main/docs/api.md

or

https://api.python.langchain.com/en/latest/llms/langchain_community.llms.ollama.Ollama.html

  1. LLM For our custom LLM
{
    "model": "phi3.5:latest",
    "apiBase": "https://ai.fabelous.app/v1/ollama/generic",
    "headers": {"Authorization": "Token xxx"},
    "system": "System Message",
}