islomov commited on
Commit
4a9b7f6
·
verified ·
1 Parent(s): 1ec0aaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ Both models share the same ByT5 architecture. This variant is fine-tuned from th
65
  ```python
66
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
67
 
68
- model_path = "rubai/rubai-corrector-transcript-uz"
69
 
70
  tokenizer = AutoTokenizer.from_pretrained(model_path)
71
  model = AutoModelForSeq2SeqLM.from_pretrained(model_path)
 
65
  ```python
66
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
67
 
68
+ model_path = "islomov/rubai-corrector-transcript-uz"
69
 
70
  tokenizer = AutoTokenizer.from_pretrained(model_path)
71
  model = AutoModelForSeq2SeqLM.from_pretrained(model_path)