Model card
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
---
|
9 |
+
|
10 |
+
# SciBERT NLP4SG
|
11 |
+
|
12 |
+
SciBERT NLP4SG is a SciBERT model fine-tuned to detect NLP4SG papers.
|
13 |
+
|
14 |
+
We present the details in the paper:
|
15 |
+
|
16 |
+
The training corpus is a combination of the [NLP4SGPapers training set](https://huggingface.co/datasets/feradauto/NLP4SGPapers) which is manually annotated, and some papers identified by keywords.
|
17 |
+
|
18 |
+
For more details about the training data and the model, visit the original repo [here](https://github.com/feradauto/nlp4sg).
|
19 |
+
|
20 |
+
Please cite the following paper:
|
21 |
+
```
|
22 |
+
```
|