MariaFjodorowa commited on
Commit
9d3e330
·
verified ·
1 Parent(s): 4b0c596

Updating README

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  language:
3
- - en
4
- - eng
5
  inference: false
6
  tags:
7
  - T5
@@ -14,7 +14,7 @@ datasets:
14
  - HPLT/HPLT3.0
15
  ---
16
 
17
- # HPLT v3.0 T5 for English
18
 
19
  <img src="https://hplt-project.org/_next/static/media/logo-hplt.d5e16ca5.svg" width=12.5%>
20
 
@@ -70,13 +70,13 @@ We are releasing 10 intermediate checkpoints for each model at intervals of ever
70
 
71
  You can load a specific model revision with `transformers` using the argument `revision`:
72
  ```python
73
- model = AutoModelForSeq2SeqLM.from_pretrained("HPLT/hplt_t5_base_3_0_eng_Latn", revision="step21875", trust_remote_code=True)
74
  ```
75
 
76
  You can access all the revisions for the models with the following code:
77
  ```python
78
  from huggingface_hub import list_repo_refs
79
- out = list_repo_refs("HPLT/hplt_t5_base_3_0_eng_Latn")
80
  print([b.name for b in out.branches])
81
  ```
82
 
 
1
  ---
2
  language:
3
+ - ga
4
+ - gle
5
  inference: false
6
  tags:
7
  - T5
 
14
  - HPLT/HPLT3.0
15
  ---
16
 
17
+ # HPLT v3.0 T5 for Irish
18
 
19
  <img src="https://hplt-project.org/_next/static/media/logo-hplt.d5e16ca5.svg" width=12.5%>
20
 
 
70
 
71
  You can load a specific model revision with `transformers` using the argument `revision`:
72
  ```python
73
+ model = AutoModelForSeq2SeqLM.from_pretrained("HPLT/hplt_t5_base_3_0_gle_Latn", revision="step21875", trust_remote_code=True)
74
  ```
75
 
76
  You can access all the revisions for the models with the following code:
77
  ```python
78
  from huggingface_hub import list_repo_refs
79
+ out = list_repo_refs("HPLT/hplt_t5_base_3_0_gle_Latn")
80
  print([b.name for b in out.branches])
81
  ```
82