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