mrin commited on
Commit
bee1fa6
·
1 Parent(s): 9b6bc1a

Add SetFit model

Browse files
Files changed (3) hide show
  1. model_head.pkl +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +3 -1
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7e5d9545476c3d75440c1986497ce6f91f06a85669f39c989a1649079ace3d9
3
  size 7663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06856cf16bdeb36b3e4bea57310e9cf66bf2b5ab028439b132c297e10d86cf46
3
  size 7663
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f715ee87375aac44980ed50beae5f3df49490742f454644df4fd96348b17222
3
  size 438012073
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0a2257a43596240f2edc3b16df50429c118df1facb83814bcdda1b1a193e19
3
  size 438012073
tokenizer.json CHANGED
@@ -7,7 +7,9 @@
7
  "stride": 0
8
  },
9
  "padding": {
10
- "strategy": "BatchLongest",
 
 
11
  "direction": "Right",
12
  "pad_to_multiple_of": null,
13
  "pad_id": 1,
 
7
  "stride": 0
8
  },
9
  "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
  "pad_id": 1,