Saif Rehman Nasir commited on
Commit
9bb1f34
1 Parent(s): 6b2f70a

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,4 +10,6 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
10
  license: mit
11
  ---
12
 
13
+ A movies recommender chatbot. Uses data from IMDB movies dataset (https://www.kaggle.com/datasets/rounakbanik/the-movies-dataset?select=movies_metadata.csv) to provide context to Fine-tuned Mistral model.
14
+
15
+ Hello world for Retrieval Augmented Generation (RAG)