gokulsrinivasagan
commited on
Model save
Browse files- README.md +12 -30
- logs/events.out.tfevents.1733327007.ki-g0008.1208741.26 +2 -2
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,28 +1,13 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
language:
|
4 |
-
- en
|
5 |
base_model: gokulsrinivasagan/bert_tiny_lda_100_v1
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
-
datasets:
|
9 |
-
- glue
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
- name: bert_tiny_lda_100_v1_rte
|
14 |
-
results:
|
15 |
-
- task:
|
16 |
-
name: Text Classification
|
17 |
-
type: text-classification
|
18 |
-
dataset:
|
19 |
-
name: GLUE RTE
|
20 |
-
type: glue
|
21 |
-
args: rte
|
22 |
-
metrics:
|
23 |
-
- name: Accuracy
|
24 |
-
type: accuracy
|
25 |
-
value: 0.5270758122743683
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# bert_tiny_lda_100_v1_rte
|
32 |
|
33 |
-
This model is a fine-tuned version of [gokulsrinivasagan/bert_tiny_lda_100_v1](https://huggingface.co/gokulsrinivasagan/bert_tiny_lda_100_v1) on
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -52,7 +37,7 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 256
|
57 |
- eval_batch_size: 256
|
58 |
- seed: 10
|
@@ -64,16 +49,13 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.6941 | 8.0 | 80 | 0.6952 | 0.4729 |
|
75 |
-
| 0.6942 | 9.0 | 90 | 0.6926 | 0.5271 |
|
76 |
-
| 0.6932 | 10.0 | 100 | 0.6937 | 0.4729 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
base_model: gokulsrinivasagan/bert_tiny_lda_100_v1
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
- name: bert_tiny_lda_100_v1_rte
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# bert_tiny_lda_100_v1_rte
|
17 |
|
18 |
+
This model is a fine-tuned version of [gokulsrinivasagan/bert_tiny_lda_100_v1](https://huggingface.co/gokulsrinivasagan/bert_tiny_lda_100_v1) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8165
|
21 |
+
- Accuracy: 0.5018
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
- train_batch_size: 256
|
42 |
- eval_batch_size: 256
|
43 |
- seed: 10
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.7159 | 1.0 | 10 | 0.7091 | 0.4729 |
|
53 |
+
| 0.6926 | 2.0 | 20 | 0.6925 | 0.4874 |
|
54 |
+
| 0.6814 | 3.0 | 30 | 0.6944 | 0.5199 |
|
55 |
+
| 0.6663 | 4.0 | 40 | 0.6978 | 0.5271 |
|
56 |
+
| 0.6472 | 5.0 | 50 | 0.7425 | 0.5415 |
|
57 |
+
| 0.6276 | 6.0 | 60 | 0.7315 | 0.5451 |
|
58 |
+
| 0.5534 | 7.0 | 70 | 0.8165 | 0.5018 |
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
logs/events.out.tfevents.1733327007.ki-g0008.1208741.26
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:89f4b91eee0963438eeb883078b4f58c8c4b841f92691e946da971063f7cedd9
|
3 |
+
size 9102
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 131856744
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dac389aefbd97efcfea7b6cb88f856b6daf70ef988e4eab14bf6d4daaf0ea5a7
|
3 |
size 131856744
|