End of training
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: roberta-large
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: roberta-large-1-second
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# roberta-large-1-second
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9356
|
21 |
+
- Accuracy: 0.7715
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 64
|
42 |
+
- eval_batch_size: 64
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 10
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.7871 | 1.0 | 769 | 1.6188 | 0.6694 |
|
54 |
+
| 1.5364 | 2.0 | 1538 | 1.4230 | 0.6828 |
|
55 |
+
| 1.4249 | 3.0 | 2307 | 1.3059 | 0.7067 |
|
56 |
+
| 1.336 | 4.0 | 3076 | 1.1884 | 0.7290 |
|
57 |
+
| 1.2366 | 5.0 | 3845 | 1.1214 | 0.74 |
|
58 |
+
| 1.1394 | 6.0 | 4614 | 1.0214 | 0.7601 |
|
59 |
+
| 1.0744 | 7.0 | 5383 | 0.9801 | 0.7664 |
|
60 |
+
| 1.0196 | 8.0 | 6152 | 0.9696 | 0.7646 |
|
61 |
+
| 0.9896 | 9.0 | 6921 | 0.9356 | 0.7715 |
|
62 |
+
| 0.9754 | 10.0 | 7690 | 0.9357 | 0.7704 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.35.2
|
68 |
+
- Pytorch 2.1.0+cu121
|
69 |
+
- Datasets 2.16.0
|
70 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1432410568
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81db1a01dc35deb59a3366b8f661d6e53d52f095b0cfa282d2736d9b30781a44
|
3 |
size 1432410568
|
runs/Dec26_01-14-45_762587cd74ba/events.out.tfevents.1703560471.762587cd74ba.15777.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c64fda7a993db4161209227487ad5c50c88ddaa79c3bb75f7e02c05d7adde4a6
|
3 |
+
size 411
|