Push model using huggingface_hub.
Browse files- README.md +4 -3
- config.json +1 -1
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -10,11 +10,12 @@ metrics:
|
|
10 |
pipeline_tag: text-classification
|
11 |
library_name: setfit
|
12 |
inference: true
|
|
|
13 |
---
|
14 |
|
15 |
-
# SetFit
|
16 |
|
17 |
-
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. A GaussianNB instance is used for classification.
|
18 |
|
19 |
The model has been trained using an efficient few-shot learning technique that involves:
|
20 |
|
@@ -25,7 +26,7 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
25 |
|
26 |
### Model Description
|
27 |
- **Model Type:** SetFit
|
28 |
-
|
29 |
- **Classification head:** a GaussianNB instance
|
30 |
- **Maximum Sequence Length:** 512 tokens
|
31 |
- **Number of Classes:** 3 classes
|
|
|
10 |
pipeline_tag: text-classification
|
11 |
library_name: setfit
|
12 |
inference: true
|
13 |
+
base_model: thenlper/gte-small
|
14 |
---
|
15 |
|
16 |
+
# SetFit with thenlper/gte-small
|
17 |
|
18 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [thenlper/gte-small](https://huggingface.co/thenlper/gte-small) as the Sentence Transformer embedding model. A GaussianNB instance is used for classification.
|
19 |
|
20 |
The model has been trained using an efficient few-shot learning technique that involves:
|
21 |
|
|
|
26 |
|
27 |
### Model Description
|
28 |
- **Model Type:** SetFit
|
29 |
+
- **Sentence Transformer body:** [thenlper/gte-small](https://huggingface.co/thenlper/gte-small)
|
30 |
- **Classification head:** a GaussianNB instance
|
31 |
- **Maximum Sequence Length:** 512 tokens
|
32 |
- **Number of Classes:** 3 classes
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/Users/tanmaygupta/dev/quarkle/quarkle-research/results/
|
3 |
"architectures": [
|
4 |
"BertModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/Users/tanmaygupta/dev/quarkle/quarkle-research/results/final_model/final",
|
3 |
"architectures": [
|
4 |
"BertModel"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 133462128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3c0f9137f86f4548904da615f5251dc05a2b101e012b69547897dcc31dcf82b
|
3 |
size 133462128
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 10415
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f6ba5a66a3aad88b5f2374695b25de43cf3e3c15324b270cd3074e5da60c3bd
|
3 |
size 10415
|