stefanbschneider commited on
Commit
b7abbba
·
verified ·
1 Parent(s): e8b08bb

Training in progress, step 20

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +16 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "allenai/led-base-16384",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "architectures": [
 
1
  {
2
+ "_name_or_path": "stefanbschneider/led-base-16384-pubmed-summary",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "architectures": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:889c7a7b30f88c0e5eaa6b382f23b0742df51e2c8b5816f0194f4efd02537e8a
3
  size 647614116
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aebb7980d0c72e113262fe35ecf152e026eb33b410d7ed6e9b3412fd33628a1
3
  size 647614116
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
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,
15
+ "pad_id": 1,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0c4a0470f8b25338d5d1c6de10d6c2a1d2a87f7f3f2943f16ea0775bf415a19
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c72f865bbf1175a598510aa8b356bd271fdaebbd0c109a351f043e47cb79bc6d
3
  size 5624