alicekwak commited on
Commit
a47c187
1 Parent(s): ac89183

Add SetFit model

Browse files
Files changed (3) hide show
  1. model_head.pkl +2 -2
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +14 -2
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95a2349eb3f96eb70d9185b2f02af4ffabe28566b0bbeda0ad56312e9e6879cb
3
- size 324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d024c2e090d8a975ac08013f0476f2f1aa8891ea6262ff399c9f94ca119d4b1
3
+ size 50103
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f30bc860fd342422c61a6c8b3ba1fd2041b27a36cb2935a6385280c39e9da6dc
3
  size 438012073
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6329b0fd2e5ccacf887f2132a40cdc2c47210d43e3986e20eda20b349a6faa04
3
  size 438012073
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": 1,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,