datarpit commited on
Commit
b381b19
1 Parent(s): 09b1862

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +16 -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:4cbf97ca1df678362d1e39e9aaa8a1925ac1c86e90dcd581ca7f7bcf0fa069da
3
  size 265497461
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:503d86842c9e91559c4f5a9db3e232fbdd2ba8d796737f2ee166aca9c2f8395b
3
  size 265497461
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": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
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:254c8fdb7f653b7eade2316bf3aa246ea726aad3ae925d90a6d8bb2d818b50b9
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3af8a531648ae40a4bdad007b300c4a16f733be2bd8ee7d131bc607fe25f1b2
3
  size 2991