ayjays132 commited on
Commit
52c37cd
·
verified ·
1 Parent(s): 0b5398e

Upload 8 files

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +14 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:839abdabb9e2db67117691de736daa0762f8cb9711b916429643a38f4010e757
3
  size 497774208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09e14b8431f22069e5675939a1171bef3a444aca2fdb912785c8f0ee54133969
3
  size 497774208
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,