gokulsrinivasagan commited on
Commit
9f4d9a3
1 Parent(s): 66e284f

Model save

Browse files
README.md CHANGED
@@ -1,32 +1,14 @@
1
  ---
2
  library_name: transformers
3
- language:
4
- - en
5
  base_model: gokulsrinivasagan/bert_base_lda_50_v1
6
  tags:
7
  - generated_from_trainer
8
- datasets:
9
- - glue
10
  metrics:
11
  - accuracy
12
  - f1
13
  model-index:
14
  - name: bert_base_lda_50_v1_mrpc
15
- results:
16
- - task:
17
- name: Text Classification
18
- type: text-classification
19
- dataset:
20
- name: GLUE MRPC
21
- type: glue
22
- args: mrpc
23
- metrics:
24
- - name: Accuracy
25
- type: accuracy
26
- value: 0.6838235294117647
27
- - name: F1
28
- type: f1
29
- value: 0.8122270742358079
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  # bert_base_lda_50_v1_mrpc
36
 
37
- This model is a fine-tuned version of [gokulsrinivasagan/bert_base_lda_50_v1](https://huggingface.co/gokulsrinivasagan/bert_base_lda_50_v1) on the GLUE MRPC dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.6226
40
- - Accuracy: 0.6838
41
- - F1: 0.8122
42
- - Combined Score: 0.7480
43
 
44
  ## Model description
45
 
@@ -58,7 +40,7 @@ More information needed
58
  ### Training hyperparameters
59
 
60
  The following hyperparameters were used during training:
61
- - learning_rate: 0.001
62
  - train_batch_size: 256
63
  - eval_batch_size: 256
64
  - seed: 10
@@ -70,21 +52,13 @@ The following hyperparameters were used during training:
70
 
71
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
72
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------------:|
73
- | 1.9018 | 1.0 | 15 | 1.7469 | 0.3162 | 0.0 | 0.1581 |
74
- | 0.7758 | 2.0 | 30 | 0.7136 | 0.6838 | 0.8122 | 0.7480 |
75
- | 0.6464 | 3.0 | 45 | 0.6402 | 0.6838 | 0.8122 | 0.7480 |
76
- | 0.6412 | 4.0 | 60 | 0.6261 | 0.6838 | 0.8122 | 0.7480 |
77
- | 0.6318 | 5.0 | 75 | 0.6251 | 0.6838 | 0.8122 | 0.7480 |
78
- | 0.6352 | 6.0 | 90 | 0.6246 | 0.6838 | 0.8122 | 0.7480 |
79
- | 0.635 | 7.0 | 105 | 0.6256 | 0.6838 | 0.8122 | 0.7480 |
80
- | 0.634 | 8.0 | 120 | 0.6244 | 0.6838 | 0.8122 | 0.7480 |
81
- | 0.6297 | 9.0 | 135 | 0.6349 | 0.6838 | 0.8122 | 0.7480 |
82
- | 0.6357 | 10.0 | 150 | 0.6226 | 0.6838 | 0.8122 | 0.7480 |
83
- | 0.6341 | 11.0 | 165 | 0.6256 | 0.6838 | 0.8122 | 0.7480 |
84
- | 0.6333 | 12.0 | 180 | 0.6250 | 0.6838 | 0.8122 | 0.7480 |
85
- | 0.6309 | 13.0 | 195 | 0.6240 | 0.6838 | 0.8122 | 0.7480 |
86
- | 0.6343 | 14.0 | 210 | 0.6259 | 0.6838 | 0.8122 | 0.7480 |
87
- | 0.6328 | 15.0 | 225 | 0.6254 | 0.6838 | 0.8122 | 0.7480 |
88
 
89
 
90
  ### Framework versions
 
1
  ---
2
  library_name: transformers
 
 
3
  base_model: gokulsrinivasagan/bert_base_lda_50_v1
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - accuracy
8
  - f1
9
  model-index:
10
  - name: bert_base_lda_50_v1_mrpc
11
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
16
 
17
  # bert_base_lda_50_v1_mrpc
18
 
19
+ This model is a fine-tuned version of [gokulsrinivasagan/bert_base_lda_50_v1](https://huggingface.co/gokulsrinivasagan/bert_base_lda_50_v1) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.0029
22
+ - Accuracy: 0.6961
23
+ - F1: 0.7898
24
+ - Combined Score: 0.7430
25
 
26
  ## Model description
27
 
 
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
  - train_batch_size: 256
45
  - eval_batch_size: 256
46
  - seed: 10
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------------:|
55
+ | 0.669 | 1.0 | 15 | 0.6217 | 0.6814 | 0.8071 | 0.7442 |
56
+ | 0.6174 | 2.0 | 30 | 0.6034 | 0.6936 | 0.8086 | 0.7511 |
57
+ | 0.5792 | 3.0 | 45 | 0.6053 | 0.7010 | 0.8179 | 0.7594 |
58
+ | 0.5085 | 4.0 | 60 | 0.6419 | 0.6740 | 0.7542 | 0.7141 |
59
+ | 0.373 | 5.0 | 75 | 0.7499 | 0.7083 | 0.8102 | 0.7593 |
60
+ | 0.2611 | 6.0 | 90 | 0.9077 | 0.6495 | 0.7327 | 0.6911 |
61
+ | 0.1835 | 7.0 | 105 | 1.0029 | 0.6961 | 0.7898 | 0.7430 |
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
logs/events.out.tfevents.1733309511.ki-g0008.1207984.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2fc1525703bb450cbdc6f19b2b01ba6bd1d7254a949594deaeff3b7b5259b21b
3
- size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:477b85d6a7dbdb6ccf829f9a82aa22a2b659a0abe1a160af7934488fb20546b5
3
+ size 9817
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:829840e00912291022e015b3a2b35f449605660fc81160708ed01a488b80f82d
3
  size 437953248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df9142e61b6c5ed7d57d08630f99fcd06879849762c7af88465940b4f09062df
3
  size 437953248