vineetsharma commited on
Commit
b9aa917
1 Parent(s): 78e90f0

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +14 -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:304055f10bff806baaea13c43dbe2455eda95895ea29e334097ce4cf47fb1d72
3
  size 435886569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d875f63059135985ea7bb395a0d15d1a0c0a4bd19bc9d0d3af111af2d8f04772
3
  size 435886569
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
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": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a3f1ccb98c59c6d18d2f6accd413fdbfa5035035e98fb2074ba57d41337c952
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98609f62aa6f79ce106deca912e5a3eac22ec3b78b83a57c07cdf240ed02442b
3
  size 4091