stefanbschneider commited on
Commit
f90f025
·
verified ·
1 Parent(s): 65c4b8d

Training in progress, step 50

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "stefanbschneider/led-base-16384-pubmed-summary",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "architectures": [
@@ -29,6 +29,7 @@
29
  "encoder_layerdrop": 0.0,
30
  "encoder_layers": 6,
31
  "eos_token_id": 2,
 
32
  "id2label": {
33
  "0": "LABEL_0",
34
  "1": "LABEL_1",
 
1
  {
2
+ "_name_or_path": "allenai/led-base-16384",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "architectures": [
 
29
  "encoder_layerdrop": 0.0,
30
  "encoder_layers": 6,
31
  "eos_token_id": 2,
32
+ "gradient_checkpointing": false,
33
  "id2label": {
34
  "0": "LABEL_0",
35
  "1": "LABEL_1",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71bdc073796b090769072d9d9e7a33d39d0e25de984057e9668f936ca200b134
3
  size 647614116
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a18d40624258dbbc514f5504c1a3a3c4ade4a0dfdc416462e227b5155aa098c5
3
  size 647614116
tokenizer_config.json CHANGED
@@ -49,17 +49,10 @@
49
  "errors": "replace",
50
  "extra_special_tokens": {},
51
  "mask_token": "<mask>",
52
- "max_length": 512,
53
  "model_max_length": 16384,
54
- "pad_to_multiple_of": null,
55
  "pad_token": "<pad>",
56
- "pad_token_type_id": 0,
57
- "padding_side": "right",
58
  "sep_token": "</s>",
59
- "stride": 0,
60
  "tokenizer_class": "LEDTokenizer",
61
  "trim_offsets": true,
62
- "truncation_side": "right",
63
- "truncation_strategy": "longest_first",
64
  "unk_token": "<unk>"
65
  }
 
49
  "errors": "replace",
50
  "extra_special_tokens": {},
51
  "mask_token": "<mask>",
 
52
  "model_max_length": 16384,
 
53
  "pad_token": "<pad>",
 
 
54
  "sep_token": "</s>",
 
55
  "tokenizer_class": "LEDTokenizer",
56
  "trim_offsets": true,
 
 
57
  "unk_token": "<unk>"
58
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64e6b563eee5d6bc8fc69a62922431be6f63cb4c12d88bde76792a36029788b1
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec1a490749259cd09a16b35b24ca9cfe194f806e69cb5de2ec8849cec10e599a
3
  size 5496