gokulsrinivasagan commited on
Commit
4143a40
1 Parent(s): a2368ff

Model save

Browse files
README.md CHANGED
@@ -1,28 +1,13 @@
1
  ---
2
  library_name: transformers
3
- language:
4
- - en
5
  base_model: gokulsrinivasagan/distilbert_lda_5_v1
6
  tags:
7
  - generated_from_trainer
8
- datasets:
9
- - glue
10
  metrics:
11
  - spearmanr
12
  model-index:
13
  - name: distilbert_lda_5_v1_stsb
14
- results:
15
- - task:
16
- name: Text Classification
17
- type: text-classification
18
- dataset:
19
- name: GLUE STSB
20
- type: glue
21
- args: stsb
22
- metrics:
23
- - name: Spearmanr
24
- type: spearmanr
25
- value: .nan
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,12 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # distilbert_lda_5_v1_stsb
32
 
33
- This model is a fine-tuned version of [gokulsrinivasagan/distilbert_lda_5_v1](https://huggingface.co/gokulsrinivasagan/distilbert_lda_5_v1) on the GLUE STSB dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 2.2568
36
- - Pearson: nan
37
- - Spearmanr: nan
38
- - Combined Score: nan
39
 
40
  ## Model description
41
 
@@ -54,7 +39,7 @@ More information needed
54
  ### Training hyperparameters
55
 
56
  The following hyperparameters were used during training:
57
- - learning_rate: 0.001
58
  - train_batch_size: 256
59
  - eval_batch_size: 256
60
  - seed: 10
@@ -66,12 +51,16 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
68
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
69
- | 6.3938 | 1.0 | 23 | 2.2568 | nan | nan | nan |
70
- | 2.2292 | 2.0 | 46 | 2.2730 | nan | nan | nan |
71
- | 2.2087 | 3.0 | 69 | 2.3180 | -0.0301 | -0.0313 | -0.0307 |
72
- | 2.2043 | 4.0 | 92 | 2.6549 | 0.0080 | 0.0111 | 0.0095 |
73
- | 2.2273 | 5.0 | 115 | 2.6159 | 0.0018 | 0.0021 | 0.0019 |
74
- | 2.1946 | 6.0 | 138 | 2.3650 | nan | nan | nan |
 
 
 
 
75
 
76
 
77
  ### Framework versions
 
1
  ---
2
  library_name: transformers
 
 
3
  base_model: gokulsrinivasagan/distilbert_lda_5_v1
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - spearmanr
8
  model-index:
9
  - name: distilbert_lda_5_v1_stsb
10
+ results: []
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
 
16
  # distilbert_lda_5_v1_stsb
17
 
18
+ This model is a fine-tuned version of [gokulsrinivasagan/distilbert_lda_5_v1](https://huggingface.co/gokulsrinivasagan/distilbert_lda_5_v1) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.0893
21
+ - Pearson: 0.7716
22
+ - Spearmanr: 0.7719
23
+ - Combined Score: 0.7718
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
  - train_batch_size: 256
44
  - eval_batch_size: 256
45
  - seed: 10
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
53
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
54
+ | 2.4726 | 1.0 | 23 | 1.7690 | 0.5073 | 0.5038 | 0.5056 |
55
+ | 1.3012 | 2.0 | 46 | 1.3896 | 0.7004 | 0.7125 | 0.7064 |
56
+ | 0.8284 | 3.0 | 69 | 0.9456 | 0.7721 | 0.7714 | 0.7718 |
57
+ | 0.5881 | 4.0 | 92 | 0.9819 | 0.7670 | 0.7671 | 0.7670 |
58
+ | 0.4537 | 5.0 | 115 | 0.9149 | 0.7745 | 0.7714 | 0.7730 |
59
+ | 0.3479 | 6.0 | 138 | 1.1078 | 0.7723 | 0.7729 | 0.7726 |
60
+ | 0.2723 | 7.0 | 161 | 0.9508 | 0.7747 | 0.7725 | 0.7736 |
61
+ | 0.2507 | 8.0 | 184 | 0.9537 | 0.7685 | 0.7651 | 0.7668 |
62
+ | 0.2101 | 9.0 | 207 | 1.0716 | 0.7639 | 0.7611 | 0.7625 |
63
+ | 0.1713 | 10.0 | 230 | 1.0893 | 0.7716 | 0.7719 | 0.7718 |
64
 
65
 
66
  ### Framework versions
logs/events.out.tfevents.1733313849.ki-g0008.1206098.12 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0de93c22ffb6c51d7c5a9e4ac2220de90d788cab08e5e43d000f183babdc9090
3
- size 10833
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00ad0bd3f5712de82928ecc51f3c9f4a07eaf886dd65fc55ebf9617c971c7633
3
+ size 11831
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2767ef76a61c6804e39bd9326fddd1bc40a1a23833b095a56b9d25267edad6cd
3
  size 267829484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abb6bf93f1a6aa142a7006482b329c8cf2193fff7ae150e21d7180893bb89eb8
3
  size 267829484