gokulsrinivasagan commited on
Commit
6d4aef8
·
verified ·
1 Parent(s): 4768396

Model save

Browse files
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_mnli
14
- results:
15
- - task:
16
- name: Text Classification
17
- type: text-classification
18
- dataset:
19
- name: GLUE MNLI
20
- type: glue
21
- args: mnli
22
- metrics:
23
- - name: Accuracy
24
- type: accuracy
25
- value: 0.3295362082994304
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_mnli
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 the GLUE MNLI dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.0962
36
- - Accuracy: 0.3295
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: 0.001
56
  - train_batch_size: 256
57
  - eval_batch_size: 256
58
  - seed: 10
@@ -64,20 +49,16 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
67
- | 1.0996 | 1.0 | 1534 | 1.0993 | 0.3274 |
68
- | 1.0986 | 2.0 | 3068 | 1.1016 | 0.3545 |
69
- | 1.0987 | 3.0 | 4602 | 1.0989 | 0.3274 |
70
- | 1.0984 | 4.0 | 6136 | 1.1016 | 0.3182 |
71
- | 1.0985 | 5.0 | 7670 | 1.0989 | 0.3545 |
72
- | 1.0988 | 6.0 | 9204 | 1.0989 | 0.3545 |
73
- | 1.0985 | 7.0 | 10738 | 1.0968 | 0.3182 |
74
- | 1.0985 | 8.0 | 12272 | 1.0991 | 0.3182 |
75
- | 1.0988 | 9.0 | 13806 | 1.0962 | 0.3274 |
76
- | 1.0986 | 10.0 | 15340 | 1.0992 | 0.3274 |
77
- | 1.0986 | 11.0 | 16874 | 1.0990 | 0.3274 |
78
- | 1.0984 | 12.0 | 18408 | 1.0991 | 0.3182 |
79
- | 1.0986 | 13.0 | 19942 | 1.0965 | 0.3182 |
80
- | 1.0987 | 14.0 | 21476 | 1.0987 | 0.3274 |
81
 
82
 
83
  ### 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_mnli
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_mnli
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.8340
21
+ - Accuracy: 0.7018
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.9642 | 1.0 | 1534 | 0.8561 | 0.6113 |
53
+ | 0.8313 | 2.0 | 3068 | 0.7812 | 0.6520 |
54
+ | 0.757 | 3.0 | 4602 | 0.7462 | 0.6743 |
55
+ | 0.6957 | 4.0 | 6136 | 0.7300 | 0.6888 |
56
+ | 0.6441 | 5.0 | 7670 | 0.7240 | 0.6961 |
57
+ | 0.5971 | 6.0 | 9204 | 0.7375 | 0.6971 |
58
+ | 0.5545 | 7.0 | 10738 | 0.7476 | 0.7041 |
59
+ | 0.5132 | 8.0 | 12272 | 0.7632 | 0.7020 |
60
+ | 0.4736 | 9.0 | 13806 | 0.8263 | 0.7010 |
61
+ | 0.4355 | 10.0 | 15340 | 0.8340 | 0.7018 |
 
 
 
 
62
 
63
 
64
  ### Framework versions
logs/events.out.tfevents.1733327440.ki-g0008.1208741.34 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddbd52c0da856061d5e8d0615ce0824e39cb75afdbae018cb3e8f6754ca807de
3
- size 9994
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67f711e773770b3170562d530c491d938b23d2a5e8f4b177ebb0931ebc34e3cd
3
+ size 10882
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7b02fd2e19806b7b6ca6b90e7a295fc04777646b4c1cee051cd2efa04c1aa01
3
  size 131858796
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d8f25d6de219e926a305fb23e9e18250b1c8ab8fffc1427a1afe8a243132d4
3
  size 131858796