None1145 commited on
Commit
c8e0150
·
verified ·
1 Parent(s): e0c1399
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,6 +12,7 @@ tags:
12
  - Llama
13
  base_model:
14
  - meta-llama/Meta-Llama-3-8B
 
15
  ---
16
  ## Model Introduction
17
  These models are based on the audio training of Theresa from Arknights
@@ -25,4 +26,4 @@ model_id = "None1145/Llama-3-8B-Theresa/{ver}"
25
 
26
  pipeline = transformers.pipeline(
27
  pipeline("你好")
28
- ```
 
12
  - Llama
13
  base_model:
14
  - meta-llama/Meta-Llama-3-8B
15
+ pipeline_tag: text-generation
16
  ---
17
  ## Model Introduction
18
  These models are based on the audio training of Theresa from Arknights
 
26
 
27
  pipeline = transformers.pipeline(
28
  pipeline("你好")
29
+ ```