Xmm commited on
Commit
237a295
1 Parent(s): e4eb197

Training in progress, step 100

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +2 -2
  4. training_args.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Xmm/led-large-16384-govreport",
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": false,
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:7edcbc0580530a022fdcfba336aa9f4e7caa498362049223468fdf9c5eb92ae0
3
- size 647680813
 
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": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 1024
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:1a52987291441773566d9c18b5ec84528c5d54f6e0453cc116645113f10e6b8f
3
- size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd119e8abb879f20b204c9675ab0f79b2ec1aef66fbbb0f20b357c2f153dac64
3
+ size 4079