aditeyabaral commited on
Commit
aefacd7
·
verified ·
1 Parent(s): 709055b

Training in progress, step 2000

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +8 -6
  3. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8afb996eb4f4997cc1c97adb0e423376da0a8721c989dace96421f41df0df07e
3
  size 668632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e588fd60bdd702436e1713a72b9012bdac228f30e04cd66d39473893ba11ce9f
3
  size 668632
tokenizer.json CHANGED
@@ -1,12 +1,14 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 256,
6
- "strategy": "LongestFirst",
7
- "stride": 0
 
 
 
8
  },
9
- "padding": null,
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Left",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
+ "pad_type_id": 0,
10
+ "pad_token": "<pad>"
11
  },
 
12
  "added_tokens": [
13
  {
14
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4431ffadeaffcb83f400fa0538430fced3cb0e7f22c9a9a5ced305872c5d0763
3
  size 6161
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97c7c5c8d83cc0425ce7bcb247bd03cfb04802bb6de81a8996db3757b11e5a02
3
  size 6161