daily llama
1.0.0
このプロジェクトは、ニュース コンテンツに合わせて調整された検索拡張生成フレームワークを提示します。 FAISSインデックスを利用した効率的な類似検索により、関連文書を検索します。 LLAMA-2 モデルを活用することで、これらの取得されたドキュメントは、包括的で文脈的に正確な回答を生成するための基盤として機能します。
python3 daily-llama.py --dataset_path data/news-small.json --load_in_4bit True --query " What happened with Dimuth's cricket career? "
応答例
Based on past newspaper contents, it appears that Dimuth Karunaratne's cricket career has been impacted by recent legal issues. According to a news article from March 2023, he was charged with driving under the influence of liquor and was released on bail after being produced before the Colombo Fort Magistrate Court. Additionally, he has requested the national cricket selection committee to reconsider his request to step down as Sri Lanka's Test captain due to personal reasons. However, it is unclear at this time how these legal issues will affect his playing career moving forward.
git clone https://github.com/Ransaka/daily-llama.git
cd /content/daily-llama
pip install -r requirements.txt --q
python server.py --dataset_path data/news-small.json --load_in_4bit True # you may require `huggingface-cli login` prior to this step