billingsmoore
commited on
Commit
•
3748f42
1
Parent(s):
315397e
Update README.md
Browse files
README.md
CHANGED
@@ -93,7 +93,7 @@ from accelerate import Accelerator
|
|
93 |
|
94 |
data = load_dataset(<path_to_your_dataset>)
|
95 |
|
96 |
-
checkpoint = "billingsmoore/
|
97 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
98 |
data_collator = DataCollatorForSeq2Seq(tokenizer=tokenizer, model=checkpoint)
|
99 |
|
|
|
93 |
|
94 |
data = load_dataset(<path_to_your_dataset>)
|
95 |
|
96 |
+
checkpoint = "billingsmoore/phonetic-tibetan-to-english-translation"
|
97 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
98 |
data_collator = DataCollatorForSeq2Seq(tokenizer=tokenizer, model=checkpoint)
|
99 |
|