Update README.md
Browse files
README.md
CHANGED
@@ -22,8 +22,8 @@ Model input is the *matière* (matter) concatenated to the text from the sommair
|
|
22 |
```
|
23 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
24 |
|
25 |
-
tokeniser = AutoTokenizer.from_pretrained("rbawden/CCASS-
|
26 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("rbawden/CCASS-
|
27 |
|
28 |
matiere = "matter"
|
29 |
sommaire = "full text from the sommaire on a single line"
|
|
|
22 |
```
|
23 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
24 |
|
25 |
+
tokeniser = AutoTokenizer.from_pretrained("rbawden/CCASS-auto-titrages-base", use_auth_token=True)
|
26 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("rbawden/CCASS-auto-titrages-base", use_auth_token=True)
|
27 |
|
28 |
matiere = "matter"
|
29 |
sommaire = "full text from the sommaire on a single line"
|