martinam commited on
Commit
74ea0d0
1 Parent(s): 565bdef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -6,7 +6,7 @@ widget:
6
  - text: Gli sviluppi delle prestazioni rivalutate e del valore di [MASK] sono di seguito riportati
7
  ---
8
 
9
-
10
  <img src="https://huggingface.co/colinglab/BureauBERTo/resolve/main/bureauberto.jpg?raw=true" width="600"/>
11
 
12
 
@@ -24,9 +24,9 @@ The further pre-training is applied with a MLM objective (randomly masking 15\%
24
  ## BureauBERTo model can be loaded like:
25
 
26
  ```python
27
- from transformers import AutoModel, CamembertTokenizerFast
28
  model_name = "colinglab/BureauBERTo"
29
- tokenizer = CamembertTokenizerFast.from_pretrained(model_name)
30
  model = AutoModel.from_pretrained(model_name)
31
  ```
32
 
@@ -40,7 +40,7 @@ series = {{CEUR} {Workshop} {Proceedings}},
40
  title = {{BureauBERTo}: adapting {UmBERTo} to the {Italian} bureaucratic language},
41
  shorttitle = {{BureauBERTo}},
42
  language = {en},
43
- booktitle = {Ital-IA Convegno Nazionale CINI sull'Intelligenza Artificiale-Workshop on AI for Cybersecurity},
44
  publisher = {CEUR},
45
  author = {Auriemma, Serena and Madeddu, Mauro and Miliani, Martina and Bondielli, Alessandro and Passaro, Lucia C and Lenci, Alessandro},
46
  month = sep,
 
6
  - text: Gli sviluppi delle prestazioni rivalutate e del valore di [MASK] sono di seguito riportati
7
  ---
8
 
9
+ <h1> BureauBERTo; adapting UmBERTo to the Italian bureaucratic language</h1>
10
  <img src="https://huggingface.co/colinglab/BureauBERTo/resolve/main/bureauberto.jpg?raw=true" width="600"/>
11
 
12
 
 
24
  ## BureauBERTo model can be loaded like:
25
 
26
  ```python
27
+ from transformers import AutoModel, AutoTokenizer
28
  model_name = "colinglab/BureauBERTo"
29
+ tokenizer = AutoTokenizer.from_pretrained(model_name)
30
  model = AutoModel.from_pretrained(model_name)
31
  ```
32
 
 
40
  title = {{BureauBERTo}: adapting {UmBERTo} to the {Italian} bureaucratic language},
41
  shorttitle = {{BureauBERTo}},
42
  language = {en},
43
+ booktitle = {In Atti del convegno Ital-IA 2023, Workshop AI per la Pubblica Amministrazione},
44
  publisher = {CEUR},
45
  author = {Auriemma, Serena and Madeddu, Mauro and Miliani, Martina and Bondielli, Alessandro and Passaro, Lucia C and Lenci, Alessandro},
46
  month = sep,