vgarg commited on
Commit
a743da7
1 Parent(s): 6d543d1

Add SetFit model

Browse files
README.md CHANGED
@@ -5,6 +5,7 @@ tags:
5
  - sentence-transformers
6
  - text-classification
7
  - generated_from_setfit_trainer
 
8
  metrics:
9
  - accuracy
10
  widget:
@@ -15,7 +16,6 @@ widget:
15
  - text: What price point is vacant in xx?
16
  pipeline_tag: text-classification
17
  inference: true
18
- base_model: intfloat/multilingual-e5-large
19
  model-index:
20
  - name: SetFit with intfloat/multilingual-e5-large
21
  results:
@@ -162,10 +162,10 @@ preds = model("What price point is vacant in xx?")
162
  - Python: 3.10.12
163
  - SetFit: 1.0.3
164
  - Sentence Transformers: 2.7.0
165
- - Transformers: 4.38.2
166
  - PyTorch: 2.2.1+cu121
167
- - Datasets: 2.18.0
168
- - Tokenizers: 0.15.2
169
 
170
  ## Citation
171
 
 
5
  - sentence-transformers
6
  - text-classification
7
  - generated_from_setfit_trainer
8
+ base_model: intfloat/multilingual-e5-large
9
  metrics:
10
  - accuracy
11
  widget:
 
16
  - text: What price point is vacant in xx?
17
  pipeline_tag: text-classification
18
  inference: true
 
19
  model-index:
20
  - name: SetFit with intfloat/multilingual-e5-large
21
  results:
 
162
  - Python: 3.10.12
163
  - SetFit: 1.0.3
164
  - Sentence Transformers: 2.7.0
165
+ - Transformers: 4.40.0
166
  - PyTorch: 2.2.1+cu121
167
+ - Datasets: 2.19.0
168
+ - Tokenizers: 0.19.1
169
 
170
  ## Citation
171
 
config.json CHANGED
@@ -21,7 +21,7 @@
21
  "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
- "transformers_version": "4.38.2",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
  "vocab_size": 250002
 
21
  "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
+ "transformers_version": "4.40.0",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
  "vocab_size": 250002
config_sentence_transformers.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "__version__": {
3
  "sentence_transformers": "2.7.0",
4
- "transformers": "4.38.2",
5
  "pytorch": "2.2.1+cu121"
6
  },
7
  "prompts": {},
 
1
  {
2
  "__version__": {
3
  "sentence_transformers": "2.7.0",
4
+ "transformers": "4.40.0",
5
  "pytorch": "2.2.1+cu121"
6
  },
7
  "prompts": {},
config_setfit.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "labels": null,
3
- "normalize_embeddings": false
4
  }
 
1
  {
2
+ "normalize_embeddings": false,
3
+ "labels": null
4
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1cc44ad7faaeec47241864835473fd5403f2da94673f3f764a77ebcb0a803ec
3
- size 17083009
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:883b037111086fd4dfebbbc9b7cee11e1517b5e0c0514879478661440f137085
3
+ size 17082987