tg1482 commited on
Commit
5766485
·
verified ·
1 Parent(s): 38c6464

Push model using huggingface_hub.

Browse files
Files changed (5) hide show
  1. README.md +3 -4
  2. config.json +1 -1
  3. config_setfit.json +1 -1
  4. model.safetensors +1 -1
  5. 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 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 [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for 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 body:** [thenlper/gte-small](https://huggingface.co/thenlper/gte-small)
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": "tg1482/quarkle-chat-intent-classifier",
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": true,
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:772487fa98b86cf51ec61e86b82e441b7ffe27b2a62179dae487bba07da68c76
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:1a652b0ce6bd0ce215404ad27a4d378b9f1205f747afe1d3526ab1c3c9f08045
3
- size 10415
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750a42fd945e504149023e44169fbd6f28a71821b4fc48a7b95b57415a4b5a50
3
+ size 10399