Add YAML metadata to model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧑💻 phi2-cohost-emma
|
| 2 |
|
| 3 |
**Emma** is a fine-tuned version of the [Phi-2 language model](https://huggingface.co/microsoft/phi-2), optimized to serve as a **conversational podcast co-host** for the [Mind Meets Model](https://www.mindmeetsmodel.com) series.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- phi2
|
| 7 |
+
- conversational-ai
|
| 8 |
+
- cohost
|
| 9 |
+
- podcast
|
| 10 |
+
- fine-tuned
|
| 11 |
+
- voice-assistant
|
| 12 |
+
base_model: microsoft/phi-2
|
| 13 |
+
model_type: causal-lm
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# 🧑💻 phi2-cohost-emma
|
| 18 |
|
| 19 |
**Emma** is a fine-tuned version of the [Phi-2 language model](https://huggingface.co/microsoft/phi-2), optimized to serve as a **conversational podcast co-host** for the [Mind Meets Model](https://www.mindmeetsmodel.com) series.
|