Marcus719 commited on
Commit
c65e984
·
verified ·
1 Parent(s): 39de6aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -47,13 +47,13 @@ with gr.Blocks(theme=gr.themes.Soft(), title="🦙 Llama 3.2 ChatBot") as demo:
47
 
48
  gr.Markdown(
49
  """
50
- # 🦙 Llama 3.2 3B Instruct ChatBot
51
 
52
  **KTH ID2223 Scalable Machine Learning - Lab 2**
53
 
54
- This demo uses the Llama 3.2 3B Instruct model via HuggingFace Inference API.
55
 
56
- 📦 Fine-tuned Model (GGUF): [Marcus719/Llama-3.2-3B-Instruct-FineTome-Lab2-GGUF](https://huggingface.co/Marcus719/Llama-3.2-3B-Instruct-FineTome-Lab2-GGUF)
57
  """
58
  )
59
 
 
47
 
48
  gr.Markdown(
49
  """
50
+ # 🦙 Llama 3.2 3B Instruct - Fine-tuned on FineTome
51
 
52
  **KTH ID2223 Scalable Machine Learning - Lab 2**
53
 
54
+ This chatbot uses my fine-tuned Llama 3.2 3B model trained on the FineTome-100k dataset.
55
 
56
+ 📦 Model: [Marcus719/Llama-3.2-3B-Instruct-Lab2](https://huggingface.co/Marcus719/Llama-3.2-3B-Instruct-Lab2)
57
  """
58
  )
59