Updating README
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
-
|
| 4 |
-
-
|
| 5 |
inference: false
|
| 6 |
tags:
|
| 7 |
- T5
|
|
@@ -14,7 +14,7 @@ datasets:
|
|
| 14 |
- HPLT/HPLT3.0
|
| 15 |
---
|
| 16 |
|
| 17 |
-
# HPLT v3.0 T5 for
|
| 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/
|
| 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/
|
| 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 |
|