rylai88 commited on
Commit
5b62058
1 Parent(s): 8f778ea

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +14 -2
  3. training_args.bin +1 -1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4844f07430730216029c3cddf68a42c46e1577a36424938db8255388e0fa2a32
3
  size 409142065
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb3c899e31af907cbf74832b49b87bf2874ebb9270f4c5eb67804bd22d3c68c0
3
  size 409142065
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
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": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e12c2f459b0cf4ef209e248a032750cfb91cd54e7cf2c4d73aa2bb8f3213ff0
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:077183a727b55081acbb89d0ee485bc601646de5a68aee56a275625c865a6de7
3
  size 4091