nguyenkhoa2407 commited on
Commit
ec80815
1 Parent(s): 34d4376

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:da204c65c48706ee26eb2d89d06b2ae5308c9ab99235275ef1633677f1545bdf
3
  size 433361581
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72665917a4f224ab83e566385e7865df811e207b3e1a3b5e8c0bdea6140d1f04
3
  size 433361581
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": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
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:0452c3f51360f4c41eff1f5aea1e3f75cd3fca1386504d1a94f661cc4c9ae01f
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b05cc1d474bfd350adb7a2e192f1bd9762b312c2a6cea09dcd85895bd4e911f
3
  size 3439