Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ Gigi-Llama-3-8B-zh 遵循 Llama-3-8B-Instruct 的对话模板,pad token 使用
|
|
40 |
import transformers
|
41 |
import torch
|
42 |
|
43 |
-
model_id = "yaojialzc/Gigi-Llama-3-zh"
|
44 |
|
45 |
pipeline = transformers.pipeline(
|
46 |
"text-generation",
|
|
|
40 |
import transformers
|
41 |
import torch
|
42 |
|
43 |
+
model_id = "yaojialzc/Gigi-Llama-3-8B-zh"
|
44 |
|
45 |
pipeline = transformers.pipeline(
|
46 |
"text-generation",
|