jonaskoenig commited on
Commit
a5d3d4d
1 Parent(s): 95c2e5f

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +6 -10
  2. tf_model.h5 +1 -1
  3. tokenizer.json +1 -1
README.md CHANGED
@@ -14,11 +14,11 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [microsoft/xtremedistil-l6-h384-uncased](https://huggingface.co/microsoft/xtremedistil-l6-h384-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.0054
18
- - Train Sparse Categorical Accuracy: 0.9985
19
- - Validation Loss: 0.0099
20
- - Validation Sparse Categorical Accuracy: 0.9975
21
- - Epoch: 4
22
 
23
  ## Model description
24
 
@@ -44,11 +44,7 @@ The following hyperparameters were used during training:
44
 
45
  | Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
46
  |:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
47
- | 0.0395 | 0.9891 | 0.0171 | 0.9956 | 0 |
48
- | 0.0144 | 0.9962 | 0.0106 | 0.9973 | 1 |
49
- | 0.0092 | 0.9974 | 0.0108 | 0.9972 | 2 |
50
- | 0.0068 | 0.9981 | 0.0082 | 0.9979 | 3 |
51
- | 0.0054 | 0.9985 | 0.0099 | 0.9975 | 4 |
52
 
53
 
54
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [microsoft/xtremedistil-l6-h384-uncased](https://huggingface.co/microsoft/xtremedistil-l6-h384-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.0437
18
+ - Train Sparse Categorical Accuracy: 0.9873
19
+ - Validation Loss: 0.0214
20
+ - Validation Sparse Categorical Accuracy: 0.9937
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
44
 
45
  | Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
46
  |:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
47
+ | 0.0437 | 0.9873 | 0.0214 | 0.9937 | 0 |
 
 
 
 
48
 
49
 
50
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc8c6a4d7941f7f34fc7a0291358d186b8501b78e358ff236a3def479cc93a2a
3
  size 91013368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c6c42a4fcd64bec8f470baa3c7025fe74fd97cf4e5f394fca6bd0583d64870b
3
  size 91013368
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 64,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },