MariaFjodorowa commited on
Commit
2269775
·
verified ·
1 Parent(s): bd6f379

Updating README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ pip install transformers==4.46.1
45
  ```python
46
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
47
 
48
- model_path = 'HPLT/hplt_t5_base_3_0_nob_Arab'
49
  model = AutoModelForSeq2SeqLM.from_pretrained(
50
  model_path, trust_remote_code=True, use_safetensors=False,
51
  )
 
45
  ```python
46
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
47
 
48
+ model_path = 'HPLT/hplt_t5_base_3_0_nob_Latn'
49
  model = AutoModelForSeq2SeqLM.from_pretrained(
50
  model_path, trust_remote_code=True, use_safetensors=False,
51
  )