zhenggq commited on
Commit
c4c6411
1 Parent(s): 273fe3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
+ ```