zoedc commited on
Commit
b3c3794
1 Parent(s): 394c44e

End of training

Browse files
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.6140
22
- - Accuracy: 0.8
23
- - F1: 0.7810
24
 
25
  ## Model description
26
 
@@ -55,5 +55,5 @@ The following hyperparameters were used during training:
55
 
56
  - Transformers 4.40.1
57
  - Pytorch 2.2.1+cu121
58
- - Datasets 2.19.0
59
  - Tokenizers 0.19.1
 
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.7061
22
+ - Accuracy: 0.2
23
+ - F1: 0.0667
24
 
25
  ## Model description
26
 
 
55
 
56
  - Transformers 4.40.1
57
  - Pytorch 2.2.1+cu121
58
+ - Datasets 2.19.1
59
  - Tokenizers 0.19.1
config.json CHANGED
@@ -9,8 +9,22 @@
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
 
 
 
 
 
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
 
 
 
 
 
 
 
14
  "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
  "model_type": "bert",
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4"
18
+ },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4
27
+ },
28
  "layer_norm_eps": 1e-12,
29
  "max_position_embeddings": 512,
30
  "model_type": "bert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5a3804710d821e06ad47ae81c8ac7875a81b7a0990cd111c0139548ee13e1d1
3
- size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95c50f4c91904c9eb187a581fa658fc1150eb93ed951ec2d6a74668b141b4e38
3
+ size 437967876
runs/May08_11-10-50_bccde43d8a1e/events.out.tfevents.1715166658.bccde43d8a1e.306.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f438991ad4ccdba9382280b38e4e3846d437a6e628cf43cfcb778fabb0d7bb
3
+ size 5278
runs/May08_11-10-50_bccde43d8a1e/events.out.tfevents.1715167078.bccde43d8a1e.306.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29845a56d49308c697b08e491a35b3ebed196d4595af58944914e97df8078ecc
3
+ size 450
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d410e168bbeba506b10bf56a38ae2707a28fa87c0440c92c20f0c6a944985c06
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2019cb23d1fc6a4ef066725fe6b134d2c8c29cfdf12b440712a49ae4f76e4af4
3
  size 4984