Update README.md
Browse files
README.md
CHANGED
@@ -599,7 +599,7 @@ Fill-in-the-middle uses special tokens to identify the prefix/middle/suffix part
|
|
599 |
# pip install -q transformers
|
600 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
601 |
|
602 |
-
checkpoint = "smallcloudai/Refact-
|
603 |
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
604 |
|
605 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
|
|
599 |
# pip install -q transformers
|
600 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
601 |
|
602 |
+
checkpoint = "smallcloudai/Refact-1_6B-fim"
|
603 |
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
604 |
|
605 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|