gokulsrinivasagan commited on
Commit
4d99a34
·
verified ·
1 Parent(s): ba27eae

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_100_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_100_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_100_v1_mrpc
36
 
37
- This model is a fine-tuned version of [gokulsrinivasagan/bert_base_lda_100_v1](https://huggingface.co/gokulsrinivasagan/bert_base_lda_100_v1) on the GLUE MRPC dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.6229
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,13 +52,14 @@ The following hyperparameters were used during training:
70
 
71
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
72
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------------:|
73
- | 1.6608 | 1.0 | 15 | 0.6274 | 0.6838 | 0.8122 | 0.7480 |
74
- | 0.6437 | 2.0 | 30 | 0.6229 | 0.6838 | 0.8122 | 0.7480 |
75
- | 0.6306 | 3.0 | 45 | 0.6274 | 0.6838 | 0.8122 | 0.7480 |
76
- | 0.637 | 4.0 | 60 | 0.6244 | 0.6838 | 0.8122 | 0.7480 |
77
- | 0.6341 | 5.0 | 75 | 0.6261 | 0.6838 | 0.8122 | 0.7480 |
78
- | 0.6342 | 6.0 | 90 | 0.6254 | 0.6838 | 0.8122 | 0.7480 |
79
- | 0.6328 | 7.0 | 105 | 0.6253 | 0.6838 | 0.8122 | 0.7480 |
 
80
 
81
 
82
  ### Framework versions
 
1
  ---
2
  library_name: transformers
 
 
3
  base_model: gokulsrinivasagan/bert_base_lda_100_v1
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - accuracy
8
  - f1
9
  model-index:
10
  - name: bert_base_lda_100_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_100_v1_mrpc
18
 
19
+ This model is a fine-tuned version of [gokulsrinivasagan/bert_base_lda_100_v1](https://huggingface.co/gokulsrinivasagan/bert_base_lda_100_v1) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.0601
22
+ - Accuracy: 0.6691
23
+ - F1: 0.7700
24
+ - Combined Score: 0.7196
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.6665 | 1.0 | 15 | 0.6144 | 0.6667 | 0.7606 | 0.7136 |
56
+ | 0.594 | 2.0 | 30 | 0.5915 | 0.7059 | 0.7952 | 0.7506 |
57
+ | 0.575 | 3.0 | 45 | 0.5799 | 0.6912 | 0.8062 | 0.7487 |
58
+ | 0.5285 | 4.0 | 60 | 0.5993 | 0.7034 | 0.7987 | 0.7511 |
59
+ | 0.4277 | 5.0 | 75 | 0.6557 | 0.6765 | 0.7537 | 0.7151 |
60
+ | 0.3244 | 6.0 | 90 | 0.8220 | 0.6961 | 0.8025 | 0.7493 |
61
+ | 0.2387 | 7.0 | 105 | 0.8552 | 0.6422 | 0.7256 | 0.6839 |
62
+ | 0.1466 | 8.0 | 120 | 1.0601 | 0.6691 | 0.7700 | 0.7196 |
63
 
64
 
65
  ### Framework versions
logs/events.out.tfevents.1733309500.ki-g0008.1208741.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dd0e3b30caa31f4198e51b04567b139838403490ab0c809fe5bf6f3e1f65cb0
3
- size 5719
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d2dad74a9ae59065bcb6d16d23bb8757d1c56eb139ec51a43957add6724251b
3
+ size 10449
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:969c87c3189c8f021d412d992423b1eeab83a35123d908186936d56c76c4882f
3
  size 437953248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8859e05020079121f617d1cd2ace92c5f500e167d32229b2905e2ac7620a0ef
3
  size 437953248