mbruton commited on
Commit
616b12c
1 Parent(s): 21e4cb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,7 +12,7 @@ library_name: transformers
12
  pipeline_tag: token-classification
13
  ---
14
 
15
- # Model Card for SpaBERT for Semantic Role Labeling (cased)
16
 
17
  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 is one of 24 models introduced as part of [this project](https://github.com/mbruton0426/GalicianSRL).
18
 
@@ -20,7 +20,7 @@ This model is fine-tuned on a version of [multilingual BERT](https://huggingface
20
 
21
  ### Model Description
22
 
23
- 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. It was fine-tuned on Spanish with the following objectives:
24
 
25
  - Identify up to 16 verbal roots within a sentence.
26
  - Identify available arguments and thematic roles for each verbal root.
 
12
  pipeline_tag: token-classification
13
  ---
14
 
15
+ # Model Card for SpaBERT-en for Semantic Role Labeling (cased)
16
 
17
  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 is one of 24 models introduced as part of [this project](https://github.com/mbruton0426/GalicianSRL).
18
 
 
20
 
21
  ### Model Description
22
 
23
+ SpaBERT-en 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. It was fine-tuned on Spanish with the following objectives:
24
 
25
  - Identify up to 16 verbal roots within a sentence.
26
  - Identify available arguments and thematic roles for each verbal root.