DandinPower
commited on
Commit
•
b918f6a
1
Parent(s):
5ab512f
End of training
Browse files- README.md +86 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: mit
|
5 |
+
base_model: microsoft/deberta-v3-small
|
6 |
+
tags:
|
7 |
+
- nycu-112-2-datamining-hw2
|
8 |
+
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- DandinPower/review_onlytitleandtext
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
+
model-index:
|
14 |
+
- name: deberta-v3-small-otat-recommened-hp
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Text Classification
|
18 |
+
type: text-classification
|
19 |
+
dataset:
|
20 |
+
name: DandinPower/review_onlytitleandtext
|
21 |
+
type: DandinPower/review_onlytitleandtext
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.6228571428571429
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# deberta-v3-small-otat-recommened-hp
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the DandinPower/review_onlytitleandtext dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.6500
|
36 |
+
- Accuracy: 0.6229
|
37 |
+
- Macro F1: 0.6240
|
38 |
+
|
39 |
+
## Model description
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Intended uses & limitations
|
44 |
+
|
45 |
+
More information needed
|
46 |
+
|
47 |
+
## Training and evaluation data
|
48 |
+
|
49 |
+
More information needed
|
50 |
+
|
51 |
+
## Training procedure
|
52 |
+
|
53 |
+
### Training hyperparameters
|
54 |
+
|
55 |
+
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 4.5e-05
|
57 |
+
- train_batch_size: 16
|
58 |
+
- eval_batch_size: 16
|
59 |
+
- seed: 42
|
60 |
+
- gradient_accumulation_steps: 4
|
61 |
+
- total_train_batch_size: 64
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: linear
|
64 |
+
- lr_scheduler_warmup_steps: 1500
|
65 |
+
- num_epochs: 10
|
66 |
+
|
67 |
+
### Training results
|
68 |
+
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Macro F1 |
|
70 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
71 |
+
| 0.8942 | 1.14 | 500 | 0.8753 | 0.6316 | 0.6330 |
|
72 |
+
| 0.7816 | 2.29 | 1000 | 0.8880 | 0.633 | 0.6216 |
|
73 |
+
| 0.7231 | 3.43 | 1500 | 0.8827 | 0.632 | 0.6322 |
|
74 |
+
| 0.6145 | 4.57 | 2000 | 0.9674 | 0.6369 | 0.6329 |
|
75 |
+
| 0.4694 | 5.71 | 2500 | 1.0903 | 0.6249 | 0.6200 |
|
76 |
+
| 0.3611 | 6.86 | 3000 | 1.2490 | 0.6216 | 0.6249 |
|
77 |
+
| 0.278 | 8.0 | 3500 | 1.4194 | 0.6201 | 0.6230 |
|
78 |
+
| 0.1689 | 9.14 | 4000 | 1.6500 | 0.6229 | 0.6240 |
|
79 |
+
|
80 |
+
|
81 |
+
### Framework versions
|
82 |
+
|
83 |
+
- Transformers 4.39.3
|
84 |
+
- Pytorch 2.2.2+cu121
|
85 |
+
- Datasets 2.18.0
|
86 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 567607780
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6d87551e019f302f2b1c8a6ebdfd430c02029d452c0982e03004c40b3ca5dc3
|
3 |
size 567607780
|