Andyrasika
commited on
Commit
•
9516a92
1
Parent(s):
f410f39
Add SetFit model
Browse files- README.md +1 -8
- model_head.pkl +2 -2
- tokenizer.json +3 -1
README.md
CHANGED
@@ -5,13 +5,6 @@ tags:
|
|
5 |
- sentence-transformers
|
6 |
- text-classification
|
7 |
pipeline_tag: text-classification
|
8 |
-
datasets:
|
9 |
-
- PolyAI/banking77
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
metrics:
|
13 |
-
- accuracy
|
14 |
-
library_name: transformers
|
15 |
---
|
16 |
|
17 |
# Andyrasika/my-awesome-setfit-model
|
@@ -53,4 +46,4 @@ publisher = {arXiv},
|
|
53 |
year = {2022},
|
54 |
copyright = {Creative Commons Attribution 4.0 International}
|
55 |
}
|
56 |
-
```
|
|
|
5 |
- sentence-transformers
|
6 |
- text-classification
|
7 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Andyrasika/my-awesome-setfit-model
|
|
|
46 |
year = {2022},
|
47 |
copyright = {Creative Commons Attribution 4.0 International}
|
48 |
}
|
49 |
+
```
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d88cb0a2e1d47d64d444d8d370821cd4c2bb47a717d00a1cef46a2c3e1ec6b2d
|
3 |
+
size 238372
|
tokenizer.json
CHANGED
@@ -7,7 +7,9 @@
|
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
-
"strategy":
|
|
|
|
|
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,
|