sofiaoliveira commited on
Commit
1c12450
1 Parent(s): 8a2de53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -60,12 +60,6 @@ To use the full SRL model (transformers portion + a decoding layer), refer to th
60
  - The models were trained only for 5 epochs.
61
  - The English data was preprocessed to match the Portuguese data, so there are some differences in role attributions and some roles were removed from the data.
62
 
63
-
64
- ## Training data
65
-
66
- Pretrained weights were left identical to the original model [`xlm-roberta-base`](https://huggingface.co/xlm-roberta-base). A randomly initialized embeddings layer for "token_type_ids" was added.
67
-
68
-
69
  ## Training procedure
70
 
71
  The models were trained on the CoNLL-2012 dataset, preprocessed to match the Portuguese PropBank.Br data. They were tested on the PropBank.Br data set as well as on a smaller opinion dataset "Buscapé". For more information, please see the accompanying article (See BibTeX entry and citation info below) and the [project's github](https://github.com/asofiaoliveira/srl_bert_pt).
 
60
  - The models were trained only for 5 epochs.
61
  - The English data was preprocessed to match the Portuguese data, so there are some differences in role attributions and some roles were removed from the data.
62
 
 
 
 
 
 
 
63
  ## Training procedure
64
 
65
  The models were trained on the CoNLL-2012 dataset, preprocessed to match the Portuguese PropBank.Br data. They were tested on the PropBank.Br data set as well as on a smaller opinion dataset "Buscapé". For more information, please see the accompanying article (See BibTeX entry and citation info below) and the [project's github](https://github.com/asofiaoliveira/srl_bert_pt).