gokulsrinivasagan
commited on
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google/bert_uncased_L-4_H-256_A-4
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: bert_uncased_L-4_H-256_A-4_rte
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# bert_uncased_L-4_H-256_A-4_rte
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [google/bert_uncased_L-4_H-256_A-4](https://huggingface.co/google/bert_uncased_L-4_H-256_A-4) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7181
|
22 |
+
- Accuracy: 0.6426
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 256
|
43 |
+
- eval_batch_size: 256
|
44 |
+
- seed: 10
|
45 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 50
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.6982 | 1.0 | 10 | 0.6899 | 0.5451 |
|
54 |
+
| 0.6864 | 2.0 | 20 | 0.6845 | 0.5523 |
|
55 |
+
| 0.6733 | 3.0 | 30 | 0.6737 | 0.5884 |
|
56 |
+
| 0.6495 | 4.0 | 40 | 0.6554 | 0.5884 |
|
57 |
+
| 0.61 | 5.0 | 50 | 0.6573 | 0.6101 |
|
58 |
+
| 0.5697 | 6.0 | 60 | 0.6545 | 0.6318 |
|
59 |
+
| 0.5279 | 7.0 | 70 | 0.6648 | 0.6354 |
|
60 |
+
| 0.4859 | 8.0 | 80 | 0.6778 | 0.6173 |
|
61 |
+
| 0.4524 | 9.0 | 90 | 0.6933 | 0.6137 |
|
62 |
+
| 0.4126 | 10.0 | 100 | 0.6992 | 0.6245 |
|
63 |
+
| 0.386 | 11.0 | 110 | 0.7181 | 0.6426 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.46.3
|
69 |
+
- Pytorch 2.2.1+cu118
|
70 |
+
- Datasets 2.17.0
|
71 |
+
- Tokenizers 0.20.3
|
logs/events.out.tfevents.1733332651.ki-g0008.1761130.8
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:0c4eab89a538e281e3b11df43b1bb61b4df5a055f17dada200aa41d0f19f4b5e
|
3 |
+
size 11225
|