Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ from transformers import AutoTokenizer
|
|
79 |
import transformers
|
80 |
import torch
|
81 |
|
82 |
-
model = "opencsg/opencsg-CodeLlama-
|
83 |
|
84 |
tokenizer = AutoTokenizer.from_pretrained(model, trust_remote_code=True)
|
85 |
pipeline = transformers.pipeline(
|
|
|
79 |
import transformers
|
80 |
import torch
|
81 |
|
82 |
+
model = "opencsg/opencsg-CodeLlama-13b-v0.1"
|
83 |
|
84 |
tokenizer = AutoTokenizer.from_pretrained(model, trust_remote_code=True)
|
85 |
pipeline = transformers.pipeline(
|