Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,10 @@ metrics:
|
|
9 |
- recall
|
10 |
library_name: transformers
|
11 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
This is a fine-tuned BERT-based language model to classify NLP-related research papers as "Survey" or "Non-Survey" papers. The model is fine-tuned on a dataset of 787 survey and 11,805 non-survey papers from the ACL Anthology and the arXiv cs.CL category. Prior to fine-tuning, the model is initialized with weights from [malteos/scincl](https://huggingface.co/malteos/scincl).
|
|
|
9 |
- recall
|
10 |
library_name: transformers
|
11 |
pipeline_tag: text-classification
|
12 |
+
tags:
|
13 |
+
- science
|
14 |
+
- scholarly
|
15 |
+
- bert
|
16 |
---
|
17 |
|
18 |
This is a fine-tuned BERT-based language model to classify NLP-related research papers as "Survey" or "Non-Survey" papers. The model is fine-tuned on a dataset of 787 survey and 11,805 non-survey papers from the ACL Anthology and the arXiv cs.CL category. Prior to fine-tuning, the model is initialized with weights from [malteos/scincl](https://huggingface.co/malteos/scincl).
|