rbawden commited on
Commit
7c7145c
·
1 Parent(s): 5eab504

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-pred-titrages-base", use_auth_token=True)
26
- model = AutoModelForSeq2SeqLM.from_pretrained("rbawden/CCASS-pred-titrages-base", use_auth_token=True)
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"