madatnlp commited on
Commit
314f13b
·
1 Parent(s): dc11aa8

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +1 -3
  2. tf_model.h5 +1 -1
  3. tokenizer.json +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ This model is a fine-tuned version of [klue/roberta-large](https://huggingface.c
15
  It achieves the following results on the evaluation set:
16
  - Train Loss: nan
17
  - Validation Loss: nan
18
- - Epoch: 2
19
 
20
  ## Model description
21
 
@@ -42,8 +42,6 @@ The following hyperparameters were used during training:
42
  | Train Loss | Validation Loss | Epoch |
43
  |:----------:|:---------------:|:-----:|
44
  | nan | nan | 0 |
45
- | nan | nan | 1 |
46
- | nan | nan | 2 |
47
 
48
 
49
  ### Framework versions
 
15
  It achieves the following results on the evaluation set:
16
  - Train Loss: nan
17
  - Validation Loss: nan
18
+ - Epoch: 0
19
 
20
  ## Model description
21
 
 
42
  | Train Loss | Validation Loss | Epoch |
43
  |:----------:|:---------------:|:-----:|
44
  | nan | nan | 0 |
 
 
45
 
46
 
47
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:831904ee12c7088d907cc843733aee6787780ad204d4218dec0adcd73d19e0d4
3
  size 1347187352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c7bc40ef15e029534e9f574a70db1500a6a7be0530ba768e1296d201b60258d
3
  size 1347187352
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 128
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 64,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 64
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,