reevan commited on
Commit
df1a6db
·
verified ·
1 Parent(s): 4d810c7

reevan/bert_base_kan_rom

Browse files
README.md CHANGED
@@ -4,6 +4,9 @@ base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
 
 
7
  - accuracy
8
  model-index:
9
  - name: model
@@ -17,8 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6832
21
- - Accuracy: 0.7827
 
 
 
22
 
23
  ## Model description
24
 
@@ -47,13 +53,13 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 327 | 0.9373 | 0.6278 |
53
- | 0.971 | 2.0 | 654 | 0.7674 | 0.7218 |
54
- | 0.971 | 3.0 | 981 | 0.6970 | 0.7559 |
55
- | 0.6976 | 4.0 | 1308 | 0.6832 | 0.7740 |
56
- | 0.4782 | 5.0 | 1635 | 0.6832 | 0.7827 |
57
 
58
 
59
  ### Framework versions
 
4
  tags:
5
  - generated_from_trainer
6
  metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
  - accuracy
11
  model-index:
12
  - name: model
 
20
 
21
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.7107
24
+ - Precision: 0.7026
25
+ - Recall: 0.6852
26
+ - F1: 0.6885
27
+ - Accuracy: 0.6858
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 171 | 0.9182 | 0.5766 | 0.5701 | 0.5725 | 0.5709 |
59
+ | No log | 2.0 | 342 | 0.8927 | 0.5607 | 0.5567 | 0.5492 | 0.5594 |
60
+ | 0.8332 | 3.0 | 513 | 0.7695 | 0.6618 | 0.6318 | 0.6375 | 0.6322 |
61
+ | 0.8332 | 4.0 | 684 | 0.7402 | 0.6859 | 0.6658 | 0.6684 | 0.6667 |
62
+ | 0.8332 | 5.0 | 855 | 0.7107 | 0.7026 | 0.6852 | 0.6885 | 0.6858 |
63
 
64
 
65
  ### Framework versions
config.json CHANGED
@@ -12,16 +12,14 @@
12
  "id2label": {
13
  "0": "Negative",
14
  "1": "Positive",
15
- "2": "Mixed feelings",
16
- "3": "unknown state"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
- "Mixed feelings": 2,
22
  "Negative": 0,
23
- "Positive": 1,
24
- "unknown state": 3
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
 
12
  "id2label": {
13
  "0": "Negative",
14
  "1": "Positive",
15
+ "2": "Neutral"
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
 
20
  "Negative": 0,
21
+ "Neutral": 2,
22
+ "Positive": 1
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65fe32950e21b00f92561a2a9277806adfab5508de48c2f3d37b7d71dc7cd826
3
- size 437964800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c75946e2b8057700bd0c91bc357ded4407d4f8d83501a6302ac1d3d7dc72783f
3
+ size 437961724
runs/Apr18_17-51-33_2406a229272e/events.out.tfevents.1713462694.2406a229272e.200.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf9334d72e6eca36c49695f793cbfbe90384daa4a7cdfb59971b45d5240c95ac
3
+ size 7607
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d325e3cba7182be21d1693a544ae59c1c57425fd9b9fcee023c9182c18552a8e
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a8e97ac4c5001ee9ab1a03567ee47fc24943d8217b7a6572fefad864861c3b5
3
  size 4856