LukeMich commited on
Commit
e5b1464
·
1 Parent(s): 5018bb9

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +6 -7
  2. config.json +1 -1
  3. tf_model.h5 +2 -2
README.md CHANGED
@@ -14,10 +14,10 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.4732
18
- - Validation Loss: 0.4255
19
- - Train Accuracy: 0.9103
20
- - Epoch: 1
21
 
22
  ## Model description
23
 
@@ -43,13 +43,12 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
- | 0.9479 | 0.5602 | 0.8767 | 0 |
47
- | 0.4732 | 0.4255 | 0.9103 | 1 |
48
 
49
 
50
  ### Framework versions
51
 
52
- - Transformers 4.29.2
53
  - TensorFlow 2.12.0
54
  - Datasets 2.12.0
55
  - Tokenizers 0.13.3
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.9061
18
+ - Validation Loss: 0.6146
19
+ - Train Accuracy: 0.8184
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
+ | 0.9061 | 0.6146 | 0.8184 | 0 |
 
47
 
48
 
49
  ### Framework versions
50
 
51
+ - Transformers 4.30.1
52
  - TensorFlow 2.12.0
53
  - Datasets 2.12.0
54
  - Tokenizers 0.13.3
config.json CHANGED
@@ -30,6 +30,6 @@
30
  "seq_classif_dropout": 0.2,
31
  "sinusoidal_pos_embds": false,
32
  "tie_weights_": true,
33
- "transformers_version": "4.29.2",
34
  "vocab_size": 30522
35
  }
 
30
  "seq_classif_dropout": 0.2,
31
  "sinusoidal_pos_embds": false,
32
  "tie_weights_": true,
33
+ "transformers_version": "4.30.1",
34
  "vocab_size": 30522
35
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55842279d931de2bf0232dc3c442a38665612333a77e8d2c022409e7ecb26df9
3
- size 267957952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3221ee70e5b93794c9024903d6a3f37a9fb9ab8acea5e14efcc22ccfc1e3cb6d
3
+ size 267961288