Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Orca 2
|
@@ -182,4 +184,4 @@ answers = run_inference(model_path, prompt)
|
|
182 |
final_output = answers[0] if not should_filter_out(answers[0]) else "[Content Filtered]"
|
183 |
|
184 |
print(final_output)
|
185 |
-
```
|
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
3 |
+
tags:
|
4 |
+
- orca
|
5 |
---
|
6 |
|
7 |
# Orca 2
|
|
|
184 |
final_output = answers[0] if not should_filter_out(answers[0]) else "[Content Filtered]"
|
185 |
|
186 |
print(final_output)
|
187 |
+
```
|