francois-meyer commited on
Commit
4cc64e4
1 Parent(s): f2507ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,8 +13,8 @@ Usage:
13
 
14
  ```
15
  ## Example from here: https://huggingface.co/docs/transformers/en/model_doc/byt5
16
- tokenizer = AutoTokenizer.from_pretrained("Nguni-ByT5-large")
17
- model = AutoModelForSeq2SeqLM.from_pretrained("Nguni-ByT5-large")
18
  #model = T5ForConditionalGeneration.from_pretrained(model_path)
19
 
20
  input_ids_prompt = "The dog chases a ball in the park."
 
13
 
14
  ```
15
  ## Example from here: https://huggingface.co/docs/transformers/en/model_doc/byt5
16
+ tokenizer = AutoTokenizer.from_pretrained("francois-meyer/nguni-byt5-large")
17
+ model = AutoModelForSeq2SeqLM.from_pretrained("francois-meyer/nguni-byt5-large")
18
  #model = T5ForConditionalGeneration.from_pretrained(model_path)
19
 
20
  input_ids_prompt = "The dog chases a ball in the park."