Model save
Browse files- README.md +14 -30
- logs/events.out.tfevents.1733323918.ki-g0008.1208741.18 +2 -2
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,32 +1,14 @@
|
|
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 |
- matthews_correlation
|
12 |
- accuracy
|
13 |
model-index:
|
14 |
- name: bert_tiny_lda_100_v1_cola
|
15 |
-
results:
|
16 |
-
- task:
|
17 |
-
name: Text Classification
|
18 |
-
type: text-classification
|
19 |
-
dataset:
|
20 |
-
name: GLUE COLA
|
21 |
-
type: glue
|
22 |
-
args: cola
|
23 |
-
metrics:
|
24 |
-
- name: Matthews Correlation
|
25 |
-
type: matthews_correlation
|
26 |
-
value: 0.0
|
27 |
-
- name: Accuracy
|
28 |
-
type: accuracy
|
29 |
-
value: 0.6912751793861389
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
# bert_tiny_lda_100_v1_cola
|
36 |
|
37 |
-
This model is a fine-tuned version of [gokulsrinivasagan/bert_tiny_lda_100_v1](https://huggingface.co/gokulsrinivasagan/bert_tiny_lda_100_v1) on
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- Matthews Correlation: 0.
|
41 |
-
- Accuracy: 0.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -57,7 +39,7 @@ More information needed
|
|
57 |
### Training hyperparameters
|
58 |
|
59 |
The following hyperparameters were used during training:
|
60 |
-
- learning_rate:
|
61 |
- train_batch_size: 256
|
62 |
- eval_batch_size: 256
|
63 |
- seed: 10
|
@@ -69,12 +51,14 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation | Accuracy |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|:--------:|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
|
|
|
|
78 |
|
79 |
|
80 |
### 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 |
- matthews_correlation
|
8 |
- accuracy
|
9 |
model-index:
|
10 |
- name: bert_tiny_lda_100_v1_cola
|
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_tiny_lda_100_v1_cola
|
18 |
|
19 |
+
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.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7735
|
22 |
+
- Matthews Correlation: 0.0681
|
23 |
+
- Accuracy: 0.6405
|
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 | Matthews Correlation | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|:--------:|
|
54 |
+
| 0.6154 | 1.0 | 34 | 0.6166 | 0.0 | 0.6913 |
|
55 |
+
| 0.6048 | 2.0 | 68 | 0.6133 | 0.0 | 0.6913 |
|
56 |
+
| 0.5957 | 3.0 | 102 | 0.6106 | 0.0738 | 0.6942 |
|
57 |
+
| 0.5772 | 4.0 | 136 | 0.6261 | 0.0274 | 0.6903 |
|
58 |
+
| 0.5353 | 5.0 | 170 | 0.6314 | 0.1252 | 0.6692 |
|
59 |
+
| 0.496 | 6.0 | 204 | 0.6528 | 0.0916 | 0.6261 |
|
60 |
+
| 0.4518 | 7.0 | 238 | 0.6883 | 0.0837 | 0.6251 |
|
61 |
+
| 0.4203 | 8.0 | 272 | 0.7735 | 0.0681 | 0.6405 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
logs/events.out.tfevents.1733323918.ki-g0008.1208741.18
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:c46788599f8ea7bae616f6992942386d6532024976a065db653f8e31d54bdf5b
|
3 |
+
size 10194
|
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:2a20dc52ed8b058397661154fb34f9c3d85252f3272cb1b6fe6d6fdbe8de9432
|
3 |
size 131856744
|