mbruton commited on
Commit
e8c2849
1 Parent(s): 07ef74c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ library_name: transformers
14
  pipeline_tag: token-classification
15
  ---
16
 
17
- # Model Card for SpaBERT for Semantic Role Labeling (cased)
18
 
19
  This model is fine-tuned on a version of [multilingual BERT](https://huggingface.co/bert-base-multilingual-cased) which is pre-trained on the SRL task for English and Portuguese, and is one of 24 models introduced as part of [this project](https://github.com/mbruton0426/GalicianSRL).
20
 
@@ -22,7 +22,7 @@ This model is fine-tuned on a version of [multilingual BERT](https://huggingface
22
 
23
  ### Model Description
24
 
25
- SpaBERT for Semantic Role Labeling (SRL) is a transformers model, leveraging mBERT's extensive pretraining on 104 languages to achieve better SRL predictions for Spanish. This model is additionally pre-trained on the SRL task for English and Portuguese. It was fine-tuned on Spanish with the following objectives:
26
 
27
  - Identify up to 16 verbal roots within a sentence.
28
  - Identify available arguments and thematic roles for each verbal root.
 
14
  pipeline_tag: token-classification
15
  ---
16
 
17
+ # Model Card for SpaBERT-enpt for Semantic Role Labeling (cased)
18
 
19
  This model is fine-tuned on a version of [multilingual BERT](https://huggingface.co/bert-base-multilingual-cased) which is pre-trained on the SRL task for English and Portuguese, and is one of 24 models introduced as part of [this project](https://github.com/mbruton0426/GalicianSRL).
20
 
 
22
 
23
  ### Model Description
24
 
25
+ SpaBERT-enpt for Semantic Role Labeling (SRL) is a transformers model, leveraging mBERT's extensive pretraining on 104 languages to achieve better SRL predictions for Spanish. This model is additionally pre-trained on the SRL task for English and Portuguese. It was fine-tuned on Spanish with the following objectives:
26
 
27
  - Identify up to 16 verbal roots within a sentence.
28
  - Identify available arguments and thematic roles for each verbal root.