mbruton commited on
Commit
4992f13
·
1 Parent(s): c51975c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ This model is fine-tuned on a version of [XLM RoBERTa Base](https://huggingface.
20
 
21
  ### Model Description
22
 
23
- GalXLM-R-en for Semantic Role Labeling (SRL) is a transformers model, leveraging XLM-R's extensive pretraining on 100 languages to achieve better SRL predictions for low-resource Galician. It was fine-tuned on Galician with the following objectives:
24
 
25
  - Identify up to 13 verbal roots within a sentence.
26
  - Identify available arguments for each verbal root. Due to scarcity of data, this model focused solely on the identification of arguments 0, 1, and 2.
 
20
 
21
  ### Model Description
22
 
23
+ GalXLM-R-en for Semantic Role Labeling (SRL) is a transformers model, leveraging XLM-R's extensive pretraining on 100 languages to achieve better SRL predictions for low-resource Galician. This model is additionally pre-trained on the SRL task for English. It was fine-tuned on Galician with the following objectives:
24
 
25
  - Identify up to 13 verbal roots within a sentence.
26
  - Identify available arguments for each verbal root. Due to scarcity of data, this model focused solely on the identification of arguments 0, 1, and 2.