professorf commited on
Commit
263d727
1 Parent(s): 12b29e4

Model save

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +14 -2
  3. training_args.bin +2 -2
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91f39153022a4cec9e07860039197561a17b73d01faeb64592d08e78bd43384e
3
  size 267864749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bc9bc1f9d4ee37c3878f69afe97982333e56d1351b5f62b63b8239527bbdcfd
3
  size 267864749
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:e7dd410af0f105bbdbfd7e109143b831117ace0e38975c441c4b163d94193fc5
3
- size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:994c9fd4ca444b14d111f921087dbc9884efcf7ada4152b88d4d560fae4ed5f8
3
+ size 3387