Denn231 commited on
Commit
401c038
·
verified ·
1 Parent(s): 469c9e9

Upload TextClassificationPipeline

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +1 -10
  3. tokenizer_config.json +0 -3
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fb2aaed0576b56890b1bb550b1c0617a4ba0d98960153e02791ec1c36b6132c
3
  size 513459264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa04c0ef551444bcae41c9fda668bf6f1f872e52d0a3dba53d1f23fdd555528
3
  size 513459264
tokenizer.json CHANGED
@@ -6,16 +6,7 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 256
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,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
tokenizer_config.json CHANGED
@@ -50,10 +50,7 @@
50
  "max_length": 256,
51
  "model_max_length": 512,
52
  "never_split": null,
53
- "pad_to_multiple_of": null,
54
  "pad_token": "[PAD]",
55
- "pad_token_type_id": 0,
56
- "padding_side": "right",
57
  "sep_token": "[SEP]",
58
  "stride": 0,
59
  "strip_accents": null,
 
50
  "max_length": 256,
51
  "model_max_length": 512,
52
  "never_split": null,
 
53
  "pad_token": "[PAD]",
 
 
54
  "sep_token": "[SEP]",
55
  "stride": 0,
56
  "strip_accents": null,