README
Browse files
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 |
+
```
|