Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Phi-2 Fine-tuned Chat Assistant
|
2 |
|
3 |
This Space hosts a fine-tuned version of Microsoft's Phi-2 model using QLoRA (Quantized Low-Rank Adaptation). The model has been trained on the OpenAssistant dataset to improve its conversational abilities.
|
@@ -32,4 +44,4 @@ Simply type your message in the input box and press Enter. The model will genera
|
|
32 |
|
33 |
## License
|
34 |
|
35 |
-
This Space uses the Microsoft Phi-2 model which is subject to its original license. The fine-tuning additions are provided under
|
|
|
1 |
+
---
|
2 |
+
title: Phi-2 Fine-tuned Chat Assistant
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.0.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
# Phi-2 Fine-tuned Chat Assistant
|
14 |
|
15 |
This Space hosts a fine-tuned version of Microsoft's Phi-2 model using QLoRA (Quantized Low-Rank Adaptation). The model has been trained on the OpenAssistant dataset to improve its conversational abilities.
|
|
|
44 |
|
45 |
## License
|
46 |
|
47 |
+
This Space uses the Microsoft Phi-2 model which is subject to its original license. The fine-tuning additions are provided under the MIT License.
|