zayuki commited on
Commit
40f11fb
1 Parent(s): 07bbdff

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +7 -7
  2. config.json +1 -1
  3. tf_model.h5 +2 -2
README.md CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.1199
19
- - Validation Loss: 0.0571
20
- - Train Accuracy: 0.9777
21
- - Train F1: 0.9777
22
  - Epoch: 0
23
 
24
  ## Model description
@@ -45,12 +45,12 @@ The following hyperparameters were used during training:
45
 
46
  | Train Loss | Validation Loss | Train Accuracy | Train F1 | Epoch |
47
  |:----------:|:---------------:|:--------------:|:--------:|:-----:|
48
- | 0.1199 | 0.0571 | 0.9777 | 0.9777 | 0 |
49
 
50
 
51
  ### Framework versions
52
 
53
- - Transformers 4.33.0
54
  - TensorFlow 2.12.0
55
- - Datasets 2.14.4
56
  - Tokenizers 0.13.3
 
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.1207
19
+ - Validation Loss: 0.0677
20
+ - Train Accuracy: 0.9723
21
+ - Train F1: 0.9726
22
  - Epoch: 0
23
 
24
  ## Model description
 
45
 
46
  | Train Loss | Validation Loss | Train Accuracy | Train F1 | Epoch |
47
  |:----------:|:---------------:|:--------------:|:--------:|:-----:|
48
+ | 0.1207 | 0.0677 | 0.9723 | 0.9726 | 0 |
49
 
50
 
51
  ### Framework versions
52
 
53
+ - Transformers 4.33.1
54
  - TensorFlow 2.12.0
55
+ - Datasets 2.14.5
56
  - Tokenizers 0.13.3
config.json CHANGED
@@ -26,6 +26,6 @@
26
  "seq_classif_dropout": 0.2,
27
  "sinusoidal_pos_embds": false,
28
  "tie_weights_": true,
29
- "transformers_version": "4.33.0",
30
  "vocab_size": 30522
31
  }
 
26
  "seq_classif_dropout": 0.2,
27
  "sinusoidal_pos_embds": false,
28
  "tie_weights_": true,
29
+ "transformers_version": "4.33.1",
30
  "vocab_size": 30522
31
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64e9e8e4d8e4bc7c73de2d9e87c124d3b9690c97996c2aa5854e0b1f8a8122b4
3
- size 267955144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f0be40038842f802998f6cf60e242252955342cc2c45ef7b26680801f77faf0
3
+ size 267951808