robvanderg commited on
Commit
5b6bf74
1 Parent(s): a7f75dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,9 +1,3 @@
1
- ## Sem-mmmBERT
2
-
3
- This is the SemEval MaChAmp Multitask Multilingual BERT model. This model is retrained from mBERT (https://huggingface.co/bert-base-multilingual-cased).
4
-
5
- The retraining is done based on all SemEval 2022 tasks that are text based, and have annotation on the word, sentence or paragraph level. The retraining is done with MaChAmp (https://machamp-nlp.github.io/), a toolkit focusing on multi-task learning for NLP. More information can be found in the paper (which should be released when the SemEval proceedings are online).
6
-
7
  ---
8
  language:
9
  - en
@@ -14,3 +8,10 @@ tags:
14
  datasets:
15
  - SemEval 2022
16
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - en
 
8
  datasets:
9
  - SemEval 2022
10
  ---
11
+
12
+
13
+ ## Sem-mmmBERT
14
+
15
+ This is the SemEval MaChAmp Multitask Multilingual BERT model. This model is retrained from mBERT (https://huggingface.co/bert-base-multilingual-cased).
16
+
17
+ The retraining is done based on all SemEval 2022 tasks that are text based, and have annotation on the word, sentence or paragraph level. The retraining is done with MaChAmp (https://machamp-nlp.github.io/), a toolkit focusing on multi-task learning for NLP. More information can be found in the paper (which should be released when the SemEval proceedings are online).