Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,23 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
|
|
|
|
10 |
|
11 |
|
12 |
## Model Details
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- owaiskha9654/PubMed_MultiLabel_Text_Classification_Dataset_MeSH
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
base_model:
|
11 |
+
- allenai/longformer-base-4096
|
12 |
+
pipeline_tag: text-classification
|
13 |
---
|
14 |
|
15 |
# Model Card for Model ID
|
16 |
|
17 |
<!-- Provide a quick summary of what the model is/does. -->
|
18 |
|
19 |
+
This model is pretrained(MLM) and fine tuned version of allenai/longformer-base-4096 with the dataset - owaiskha9654/PubMed_MultiLabel_Text_Classification_Dataset_MeSH
|
20 |
+
|
21 |
|
22 |
|
23 |
## Model Details
|