LukeMich commited on
Commit
1ddfb1d
·
1 Parent(s): ef69e56

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +5 -6
  2. tf_model.h5 +2 -2
  3. tokenizer.json +6 -1
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.4526
18
- - Validation Loss: 0.4402
19
- - Train Accuracy: 0.9126
20
- - Epoch: 1
21
 
22
  ## Model description
23
 
@@ -43,8 +43,7 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
- | 0.9009 | 0.5569 | 0.8576 | 0 |
47
- | 0.4526 | 0.4402 | 0.9126 | 1 |
48
 
49
 
50
  ### Framework versions
 
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.9152
18
+ - Validation Loss: 0.5291
19
+ - Train Accuracy: 0.8487
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
+ | 0.9152 | 0.5291 | 0.8487 | 0 |
 
47
 
48
 
49
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3f4f2425d42f5d238b4497c647a8fe118570331433cc2ecc5b9c11544c8844b
3
- size 267961288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794b06d6be19ef82dc5332a634d07ebe19e8570fe2932bf2237cc0af399d2190
3
+ size 267957952
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {