FGKL-99 commited on
Commit
e4e07f8
1 Parent(s): fe53e4a

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +4 -6
  2. tf_model.h5 +1 -1
  3. tokenizer.json +1 -1
README.md CHANGED
@@ -15,9 +15,9 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 1.5473
19
- - Validation Loss: 1.8189
20
- - Epoch: 2
21
 
22
  ## Model description
23
 
@@ -43,9 +43,7 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
- | 3.4219 | 2.1314 | 0 |
47
- | 1.7964 | 1.8189 | 1 |
48
- | 1.5473 | 1.8189 | 2 |
49
 
50
 
51
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.4640
19
+ - Validation Loss: 0.0047
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
+ | 0.4640 | 0.0047 | 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:f2ccdaf5bc0e287b89548b475bc536b5ed8e832cba46b89ed67cdebae09821d4
3
  size 265583592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60b33ed9da81c74f0910cf34c2ec284ebd8ec2faddfc71baa289f60086f784b8
3
  size 265583592
tokenizer.json CHANGED
@@ -3,7 +3,7 @@
3
  "truncation": {
4
  "direction": "Right",
5
  "max_length": 384,
6
- "strategy": "OnlySecond",
7
  "stride": 0
8
  },
9
  "padding": {
 
3
  "truncation": {
4
  "direction": "Right",
5
  "max_length": 384,
6
+ "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {