Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,18 @@ library_name: peft
|
|
| 3 |
base_model: microsoft/phi-2
|
| 4 |
widget:
|
| 5 |
- text: "I love AutoTrain because "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Model Trained Using AutoTrain
|
|
|
|
| 3 |
base_model: microsoft/phi-2
|
| 4 |
widget:
|
| 5 |
- text: "I love AutoTrain because "
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
license: other
|
| 9 |
+
license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE
|
| 10 |
+
license_name: microsoft-research-license
|
| 11 |
+
model_creator: Microsoft
|
| 12 |
+
model_name: Phi 2
|
| 13 |
+
model_type: phi-msft
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
+
prompt_template: |
|
| 16 |
+
Instruct: {prompt}
|
| 17 |
+
Output:
|
| 18 |
---
|
| 19 |
|
| 20 |
# Model Trained Using AutoTrain
|