apwic commited on
Commit
45f67ed
1 Parent(s): c183960

Training in progress, epoch 1

Browse files
Files changed (2) hide show
  1. tokenizer.json +11 -2
  2. training_args.bin +1 -1
tokenizer.json CHANGED
@@ -2,11 +2,20 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
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": 0,
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:5ecf1cb2c47b56acf174e8e70c68e30f790a3e788d583a3bac237b31dd15b19b
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d324e4d8a2dead85f60fe1cfa31755712ef1c28078a1c920143d396439b6056b
3
  size 5176