Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ tags:
|
|
4 |
- EMO
|
5 |
pipeline_tag: text-generation
|
6 |
base_model: microsoft/Phi-3-mini-128k-instruct
|
|
|
7 |
---
|
8 |
# EMO-phi-128k
|
9 |
|
@@ -86,7 +87,4 @@ generation_args = {
|
|
86 |
output = pipe(formatted_messages, **generation_args)
|
87 |
print(output[0]['generated_text'])
|
88 |
|
89 |
-
```
|
90 |
-
|
91 |
-
|
92 |
-
|
|
|
4 |
- EMO
|
5 |
pipeline_tag: text-generation
|
6 |
base_model: microsoft/Phi-3-mini-128k-instruct
|
7 |
+
license: mit
|
8 |
---
|
9 |
# EMO-phi-128k
|
10 |
|
|
|
87 |
output = pipe(formatted_messages, **generation_args)
|
88 |
print(output[0]['generated_text'])
|
89 |
|
90 |
+
```
|
|
|
|
|
|