kaejo98 commited on
Commit
6c17eba
1 Parent(s): 0160553

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -1,11 +1,16 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
 
@@ -13,9 +18,9 @@ tags: []
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
 
17
 
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
  - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
 
1
  ---
2
  library_name: transformers
3
+ datasets:
4
+ - surrey-nlp/PLOD-filtered
5
+ language:
6
+ - en
7
+ base_model: Tirendaz/multilingual-xlm-roberta-for-ner
8
+ pipeline_tag: token-classification
9
  ---
10
 
11
  # Model Card for Model ID
12
 
13
+ This model can detect acronyms and their corresponding definitions from a given input text.
14
 
15
 
16
 
 
18
 
19
  ### Model Description
20
 
21
+ The base model, `Tirendaz/multilingual-xlm-roberta-for-ner`, finetuned for the task of detection acronyms and definitions in input text.
22
+
23
 
 
24
 
25
  - **Developed by:** [More Information Needed]
26
  - **Funded by [optional]:** [More Information Needed]