Nattipon commited on
Commit
b122eaa
1 Parent(s): 93d67fc

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:b929a1476cefa4c08f645a085b079a949d24b58d02b028ccf50ecd2ebf35cbf7
3
  size 430953062
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c12b971598255e7e306a8cf2874355a2925ccf005b827cfa539acb7e645e112
3
  size 430953062
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:f8ff8149c03991e2f28c2b1f16aea7a5375de8b40d26f01753f5b0714a246746
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe9b62db8aab12b8bb8a9e513bad1d103c309d942ea3766fd4a6aaeca418a5db
3
  size 4536