update model name
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ The model was trained on GitHub code, to assist with some tasks like [Assisted G
|
|
| 46 |
# pip install -q transformers
|
| 47 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 48 |
|
| 49 |
-
checkpoint = "bigcode/
|
| 50 |
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
| 51 |
|
| 52 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
|
|
|
| 46 |
# pip install -q transformers
|
| 47 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 48 |
|
| 49 |
+
checkpoint = "bigcode/tiny_starcoder_py"
|
| 50 |
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
| 51 |
|
| 52 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|