YaYaB commited on
Commit
acede4b
1 Parent(s): 6aa15e7

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 +1 -1
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2771866fc59d67c884865b91c1f8e8a83cd36a7bcb0c89c22702cfe8356d7ee
3
  size 3919
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb81c16cf45609800e9a0092c1769cb8615e5b319582df7e9aae5829d6ae15e6
3
  size 3919
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:370ad1374504a6154f318d07638fbee08872430059d96d1b9790b9ec9ae0cf61
3
  size 69581081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:758a6c4f6ab7453f032baed268ea0b0ad2dcd7846e17ee92e58d329bc514ca5b
3
  size 69581081
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },