MRNH commited on
Commit
6188503
1 Parent(s): c5c5473

Update README.md

Browse files

@mastersthesis{
AMGEC,

author = "Matteo Romano",

title = "Analysis of Multilingual Grammatical Error Correction with data paucity",

school = "Sapienza University of Rome",

year = "2023"

}

Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -21,12 +21,4 @@ To generate text using the model:
21
  output = hidden_states = model.generate(input["input_ids"],attention_mask=input["attention_mask"],forced_bos_token_id=tokenizer_it.lang_code_to_id["it_IT"])
22
 
23
 
24
- Please cite me if you use it and enjoy ;-):
25
-
26
- @mastersthesis{\\
27
- AMGEC,\\
28
- author = "Matteo Romano",\\
29
- title = "Analysis of Multilingual Grammatical Error Correction with data paucity",\\
30
- school = "Sapienza University of Rome",\\
31
- year = "2023"\\
32
- }
 
21
  output = hidden_states = model.generate(input["input_ids"],attention_mask=input["attention_mask"],forced_bos_token_id=tokenizer_it.lang_code_to_id["it_IT"])
22
 
23
 
24
+ Please cite me if you use it and enjoy ;-):