Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,24 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# Article Classifier
|
13 |
+
|
14 |
+
A scientific article classifier trained on the [arXiv Dataset](https://www.kaggle.com/datasets/neelshah18/arxivdataset).
|
15 |
+
|
16 |
+
## 🧠 Model
|
17 |
+
|
18 |
+
The model was obtained by fine-tuning the pretrained language model [`microsoft/deberta-v3-small`](https://huggingface.co/microsoft/deberta-v3-small) on arXiv abstracts.
|
19 |
+
|
20 |
+
## 📚 Dataset
|
21 |
+
|
22 |
+
The dataset includes:
|
23 |
+
- Article title
|
24 |
+
- Abstract
|
25 |
+
- Category
|
26 |
+
|
27 |
+
Source: [https://www.kaggle.com/datasets/neelshah18/arxivdataset](https://www.kaggle.com/datasets/neelshah18/arxivdataset)
|
28 |
+
|
29 |
+
Only the categories *Computer Science*, *Physics*, *Math*, and *Biology* were retained.
|
30 |
+
|
31 |
+
|
32 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|