Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: bert-paper-classifier-arxiv
|
11 |
results: []
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,24 +18,18 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# bert-paper-classifier-arxiv
|
18 |
|
19 |
-
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 1.1651
|
22 |
- Accuracy: 0.6854
|
23 |
|
24 |
## Model description
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
## Intended uses & limitations
|
29 |
-
|
30 |
-
More information needed
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
## Training procedure
|
37 |
|
38 |
### Training hyperparameters
|
39 |
|
@@ -65,4 +61,4 @@ No additional optimizer arguments
|
|
65 |
- Transformers 4.50.3
|
66 |
- Pytorch 2.6.0+cu124
|
67 |
- Datasets 3.5.0
|
68 |
-
- Tokenizers 0.21.1
|
|
|
9 |
model-index:
|
10 |
- name: bert-paper-classifier-arxiv
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- arxiv-community/arxiv_dataset
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# bert-paper-classifier-arxiv
|
20 |
|
21 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the [aXiv dataset](https://www.kaggle.com/datasets/Cornell-University/arxiv).
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 1.1651
|
24 |
- Accuracy: 0.6854
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
+
Predict category of the paper based on its title and article.
|
|
|
|
|
|
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
+
[aXiv dataset](https://www.kaggle.com/datasets/Cornell-University/arxiv)
|
|
|
|
|
33 |
|
34 |
### Training hyperparameters
|
35 |
|
|
|
61 |
- Transformers 4.50.3
|
62 |
- Pytorch 2.6.0+cu124
|
63 |
- Datasets 3.5.0
|
64 |
+
- Tokenizers 0.21.1
|