Push model using huggingface_hub.
Browse files- README.md +3 -4
- config.json +1 -1
- config_setfit.json +1 -1
- model.safetensors +1 -1
- model_head.pkl +2 -2
README.md
CHANGED
|
@@ -10,12 +10,11 @@ metrics:
|
|
| 10 |
pipeline_tag: text-classification
|
| 11 |
library_name: setfit
|
| 12 |
inference: true
|
| 13 |
-
base_model: thenlper/gte-small
|
| 14 |
---
|
| 15 |
|
| 16 |
-
# SetFit
|
| 17 |
|
| 18 |
-
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification.
|
| 19 |
|
| 20 |
The model has been trained using an efficient few-shot learning technique that involves:
|
| 21 |
|
|
@@ -26,7 +25,7 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
| 26 |
|
| 27 |
### Model Description
|
| 28 |
- **Model Type:** SetFit
|
| 29 |
-
- **Sentence Transformer
|
| 30 |
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
| 31 |
- **Maximum Sequence Length:** 512 tokens
|
| 32 |
- **Number of Classes:** 3 classes
|
|
|
|
| 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 [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
|
| 18 |
|
| 19 |
The model has been trained using an efficient few-shot learning technique that involves:
|
| 20 |
|
|
|
|
| 25 |
|
| 26 |
### Model Description
|
| 27 |
- **Model Type:** SetFit
|
| 28 |
+
<!-- - **Sentence Transformer:** [Unknown](https://huggingface.co/unknown) -->
|
| 29 |
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
| 30 |
- **Maximum Sequence Length:** 512 tokens
|
| 31 |
- **Number of Classes:** 3 classes
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/Users/tanmaygupta/dev/quarkle/quarkle-research/results/trial_9/checkpoint-756",
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
config_setfit.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"normalize_embeddings":
|
| 3 |
"labels": [
|
| 4 |
"chat_assistance",
|
| 5 |
"comments_assistance",
|
|
|
|
| 1 |
{
|
| 2 |
+
"normalize_embeddings": false,
|
| 3 |
"labels": [
|
| 4 |
"chat_assistance",
|
| 5 |
"comments_assistance",
|
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:08789561d56271256441d0e119593a10240242fbd4f9f7c94d0ed5b70268f9cc
|
| 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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:750a42fd945e504149023e44169fbd6f28a71821b4fc48a7b95b57415a4b5a50
|
| 3 |
+
size 10399
|