sofiaoliveira commited on
Commit
471eb46
1 Parent(s): b652894

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -60,14 +60,9 @@ To use the full SRL model (transformers portion + a decoding layer), refer to th
60
  - The model was trained only for 10 epochs in the Universal Dependencies dataset.
61
 
62
 
63
- ## Training data
64
-
65
- Pretrained weights were left identical to the original model [`xlm-roberta-large`](https://huggingface.co/xlm-roberta-large). A randomly initialized embeddings layer for "token_type_ids" was added.
66
-
67
-
68
  ## Training procedure
69
 
70
- The models were trained on the Universal Dependencies Portuguese dataset; then on Portuguese semantic role labeling data (PropBank.Br) using Cross-Validation. They were tested on the folds 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).
71
 
72
  ## Eval results
73
 
 
60
  - The model was trained only for 10 epochs in the Universal Dependencies dataset.
61
 
62
 
 
 
 
 
 
63
  ## Training procedure
64
 
65
+ The model was trained on the Universal Dependencies Portuguese dataset; then on the CoNLL formatted OntoNotes v5.0; then on Portuguese semantic role labeling data (PropBank.Br) using 10-fold Cross-Validation. The 10 resulting models were tested on the folds 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).
66
 
67
  ## Eval results
68