rbawden commited on
Commit
80ad028
·
1 Parent(s): 7c7145c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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-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"
@@ -72,5 +72,6 @@ Thibault Charmet, Inès Cherichi, Matthieu Allain, Urszula Czerwinska, Amaury Fo
72
  author = {Charmet, Thibault and Cherichi, Inès and Allain, Matthieu and Czerwinska, Urszula and Fouret, Amaury, and Sagot, Benoît and Bawden, Rachel},
73
  booktitle = {Proceedings of the 13th Language Resources and Evaluation Conference},
74
  year = {2022},
75
- address = {Marseille, France}
 
76
  ```
 
22
  ```
23
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
24
 
25
+ tokeniser = AutoTokenizer.from_pretrained("rbawden/CCASS-auto-titrages-base")
26
+ model = AutoModelForSeq2SeqLM.from_pretrained("rbawden/CCASS-auto-titrages-base")
27
 
28
  matiere = "matter"
29
  sommaire = "full text from the sommaire on a single line"
 
72
  author = {Charmet, Thibault and Cherichi, Inès and Allain, Matthieu and Czerwinska, Urszula and Fouret, Amaury, and Sagot, Benoît and Bawden, Rachel},
73
  booktitle = {Proceedings of the 13th Language Resources and Evaluation Conference},
74
  year = {2022},
75
+ address = {Marseille, France},
76
+ pages = {4754‑4766}
77
  ```