leofn3 commited on
Commit
efda10e
1 Parent(s): d157df2

Training in progress, epoch 1

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:71687f29c16360ae716f5dd12987841cb7a5a8f5ec2a89797d69bcc2b8ab006e
3
  size 3547966149
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80059d1619001d9b45a13bcd1a761b09ed1e7b72e97ff4f5c763e5b50fdc80d1
3
  size 3547966149
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": 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:f5cf7f5bdc647c65263fdc1d2b027f045afa7b702c4b4ce29346b374c5ba86b6
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:531d4988ebcfb7589bd76177e863ccd2527bfe9cade648e8b076fd735a0fa6cc
3
  size 4027