Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,16 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
|
9 |
|
10 |
|
11 |
|
@@ -13,9 +18,9 @@ tags: []
|
|
13 |
|
14 |
### Model Description
|
15 |
|
16 |
-
|
|
|
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]
|