End of training
Browse files- README.md +75 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: jpmodel_remote-work_distilbert-base-uncased_0517
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# jpmodel_remote-work_distilbert-base-uncased_0517
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4293
|
24 |
+
- Accuracy: {'accuracy': 0.9476614699331849}
|
25 |
+
- F1: {'f1': 0.9316670582946814}
|
26 |
+
- Precision: {'precision': 0.9211843955719234}
|
27 |
+
- Recall: {'recall': 0.9476614699331849}
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------------------:|:--------------------------:|:---------------------------------:|:------------------------------:|
|
58 |
+
| No log | 1.0 | 449 | 0.2487 | {'accuracy': 0.9532293986636972} | {'f1': 0.9304040652863451} | {'precision': 0.9086462864767536} | {'recall': 0.9532293986636972} |
|
59 |
+
| 0.2176 | 2.0 | 898 | 0.2366 | {'accuracy': 0.9532293986636972} | {'f1': 0.9304040652863451} | {'precision': 0.9086462864767536} | {'recall': 0.9532293986636972} |
|
60 |
+
| 0.1796 | 3.0 | 1347 | 0.2228 | {'accuracy': 0.9526726057906458} | {'f1': 0.9320734514025724} | {'precision': 0.9182722571033837} | {'recall': 0.9526726057906458} |
|
61 |
+
| 0.1469 | 4.0 | 1796 | 0.2856 | {'accuracy': 0.9437639198218263} | {'f1': 0.9282364670603435} | {'precision': 0.9135405361560103} | {'recall': 0.9437639198218263} |
|
62 |
+
| 0.1045 | 5.0 | 2245 | 0.3386 | {'accuracy': 0.9437639198218263} | {'f1': 0.9280406899884679} | {'precision': 0.9132963430863958} | {'recall': 0.9437639198218263} |
|
63 |
+
| 0.0742 | 6.0 | 2694 | 0.3708 | {'accuracy': 0.9437639198218263} | {'f1': 0.928813770000516} | {'precision': 0.9155656638103506} | {'recall': 0.9437639198218263} |
|
64 |
+
| 0.0401 | 7.0 | 3143 | 0.3897 | {'accuracy': 0.9437639198218263} | {'f1': 0.9291849652492169} | {'precision': 0.9199457677450203} | {'recall': 0.9437639198218263} |
|
65 |
+
| 0.0263 | 8.0 | 3592 | 0.4163 | {'accuracy': 0.9471046770601337} | {'f1': 0.9322848244083336} | {'precision': 0.9235426032908877} | {'recall': 0.9471046770601337} |
|
66 |
+
| 0.0149 | 9.0 | 4041 | 0.4249 | {'accuracy': 0.9471046770601337} | {'f1': 0.9313864813181381} | {'precision': 0.9211608097664751} | {'recall': 0.9471046770601337} |
|
67 |
+
| 0.0149 | 10.0 | 4490 | 0.4293 | {'accuracy': 0.9476614699331849} | {'f1': 0.9316670582946814} | {'precision': 0.9211843955719234} | {'recall': 0.9476614699331849} |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.40.1
|
73 |
+
- Pytorch 2.3.0+cu121
|
74 |
+
- Datasets 2.19.0
|
75 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267838720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fe7032bcaaa01543907129f64d389b18b5293d07398163f6ed4d82a0de589d0
|
3 |
size 267838720
|