Training in progress, step 100
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
- tokenizer.json +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"architectures": [
|
@@ -54,6 +54,6 @@
|
|
54 |
"pad_token_id": 1,
|
55 |
"torch_dtype": "float32",
|
56 |
"transformers_version": "4.30.2",
|
57 |
-
"use_cache":
|
58 |
"vocab_size": 50265
|
59 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "allenai/led-base-16384",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"architectures": [
|
|
|
54 |
"pad_token_id": 1,
|
55 |
"torch_dtype": "float32",
|
56 |
"transformers_version": "4.30.2",
|
57 |
+
"use_cache": true,
|
58 |
"vocab_size": 50265
|
59 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50c4b28ee636943c3e44ff525fc909c0852089edb3f8dd84e52d8c9ffc4a17dc
|
3 |
+
size 647678513
|
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": 512,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 512
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd119e8abb879f20b204c9675ab0f79b2ec1aef66fbbb0f20b357c2f153dac64
|
3 |
+
size 4079
|