NirSharon commited on
Commit
e6c7e23
1 Parent(s): 317eb7c

Add SetFit model

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. model_head.pkl +2 -2
  3. tokenizer.json +14 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f839cf4fdde8eff477d7f56a42186948f5e236e0c5350b9b8685d7f810b8813
3
  size 437967672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:808efdf8e52babc7fa92d6b920b0012e4b5386d06be3989d76147e2883590177
3
  size 437967672
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7107389d752890823e8bcbdb9ed3fe29749f9f44f9100ded9f21f662281d84a
3
- size 324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450761ffed87865583e745bfe8ccab85a1721d3f0f060418aa1636e0977e8772
3
+ size 25463
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,