Training in progress epoch 0
Browse files- README.md +1 -3
- tf_model.h5 +1 -1
- 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:
|
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:
|
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":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
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,
|