End of training
Browse files
README.md
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilroberta-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: distilroberta-base-rb156k
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# distilroberta-base-rb156k
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.2509
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 7.2115e-05
|
38 |
+
- train_batch_size: 64
|
39 |
+
- eval_batch_size: 64
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- lr_scheduler_warmup_ratio: 0.12
|
44 |
+
- num_epochs: 40
|
45 |
+
- mixed_precision_training: Native AMP
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:------:|:---------------:|
|
51 |
+
| 1.779 | 1.0 | 8994 | 1.6188 |
|
52 |
+
| 1.6848 | 2.0 | 17988 | 1.5515 |
|
53 |
+
| 1.6376 | 3.0 | 26982 | 1.5219 |
|
54 |
+
| 1.6208 | 4.0 | 35976 | 1.5021 |
|
55 |
+
| 1.6025 | 5.0 | 44970 | 1.4949 |
|
56 |
+
| 1.5731 | 6.0 | 53964 | 1.4753 |
|
57 |
+
| 1.5512 | 7.0 | 62958 | 1.4579 |
|
58 |
+
| 1.5305 | 8.0 | 71952 | 1.4457 |
|
59 |
+
| 1.5159 | 9.0 | 80946 | 1.4308 |
|
60 |
+
| 1.4967 | 10.0 | 89940 | 1.4212 |
|
61 |
+
| 1.4761 | 11.0 | 98934 | 1.4081 |
|
62 |
+
| 1.4607 | 12.0 | 107928 | 1.3979 |
|
63 |
+
| 1.4512 | 13.0 | 116922 | 1.3896 |
|
64 |
+
| 1.4394 | 14.0 | 125916 | 1.3816 |
|
65 |
+
| 1.431 | 15.0 | 134910 | 1.3755 |
|
66 |
+
| 1.4226 | 16.0 | 143904 | 1.3639 |
|
67 |
+
| 1.4032 | 17.0 | 152898 | 1.3608 |
|
68 |
+
| 1.3992 | 18.0 | 161892 | 1.3544 |
|
69 |
+
| 1.3909 | 19.0 | 170886 | 1.3446 |
|
70 |
+
| 1.3809 | 20.0 | 179880 | 1.3428 |
|
71 |
+
| 1.3701 | 21.0 | 188874 | 1.3320 |
|
72 |
+
| 1.3574 | 22.0 | 197868 | 1.3276 |
|
73 |
+
| 1.3586 | 23.0 | 206862 | 1.3216 |
|
74 |
+
| 1.3521 | 24.0 | 215856 | 1.3180 |
|
75 |
+
| 1.3371 | 25.0 | 224850 | 1.3134 |
|
76 |
+
| 1.3334 | 26.0 | 233844 | 1.3083 |
|
77 |
+
| 1.3261 | 27.0 | 242838 | 1.3042 |
|
78 |
+
| 1.316 | 28.0 | 251832 | 1.2971 |
|
79 |
+
| 1.3061 | 29.0 | 260826 | 1.2931 |
|
80 |
+
| 1.3057 | 30.0 | 269820 | 1.2903 |
|
81 |
+
| 1.2997 | 31.0 | 278814 | 1.2802 |
|
82 |
+
| 1.288 | 32.0 | 287808 | 1.2784 |
|
83 |
+
| 1.2876 | 33.0 | 296802 | 1.2737 |
|
84 |
+
| 1.2778 | 34.0 | 305796 | 1.2703 |
|
85 |
+
| 1.2695 | 35.0 | 314790 | 1.2636 |
|
86 |
+
| 1.268 | 36.0 | 323784 | 1.2597 |
|
87 |
+
| 1.2606 | 37.0 | 332778 | 1.2583 |
|
88 |
+
| 1.254 | 38.0 | 341772 | 1.2547 |
|
89 |
+
| 1.2516 | 39.0 | 350766 | 1.2491 |
|
90 |
+
| 1.2506 | 40.0 | 359760 | 1.2501 |
|
91 |
+
|
92 |
+
|
93 |
+
### Framework versions
|
94 |
+
|
95 |
+
- Transformers 4.35.0
|
96 |
+
- Pytorch 2.1.0+cu118
|
97 |
+
- Datasets 2.14.6
|
98 |
+
- Tokenizers 0.14.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 328693404
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28bdf10715849d1c096cc3e8c63206eae520a9e92cee3f6fb9e4487bd3560618
|
3 |
size 328693404
|
runs/Nov10_17-57-04_1c966378b00a/events.out.tfevents.1699639158.1c966378b00a.162.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f3cf2a4ac1ff637b08064651085187b76bbbd10f151daf9999180f2a3330d1d
|
3 |
+
size 130797
|
runs/Nov10_17-57-04_1c966378b00a/events.out.tfevents.1699682409.1c966378b00a.162.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a048d86c1cd1647c6f022cdd7df7da09b97f2cb2f85e2c2b21fc896d6c2548e
|
3 |
+
size 364
|