Commit
·
22cb583
1
Parent(s):
a0d6ed8
Add SetFit model
Browse files- README.md +4 -4
- model_head.pkl +2 -2
README.md
CHANGED
@@ -281,13 +281,13 @@ model-index:
|
|
281 |
split: test
|
282 |
metrics:
|
283 |
- type: accuracy
|
284 |
-
value: 0.
|
285 |
name: Accuracy
|
286 |
---
|
287 |
|
288 |
# SetFit
|
289 |
|
290 |
-
This is a [SetFit](https://github.com/huggingface/setfit) model trained on the [CabraVC/vector_dataset_stratified_ttv_split_2023-12-05_21-07](https://huggingface.co/datasets/CabraVC/vector_dataset_stratified_ttv_split_2023-12-05_21-07) dataset that can be used for Text Classification. A
|
291 |
|
292 |
The model has been trained using an efficient few-shot learning technique that involves:
|
293 |
|
@@ -299,7 +299,7 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
299 |
### Model Description
|
300 |
- **Model Type:** SetFit
|
301 |
<!-- - **Sentence Transformer:** [Unknown](https://huggingface.co/unknown) -->
|
302 |
-
- **Classification head:** a
|
303 |
- **Maximum Sequence Length:** 512 tokens
|
304 |
- **Number of Classes:** 3 classes
|
305 |
- **Training Dataset:** [CabraVC/vector_dataset_stratified_ttv_split_2023-12-05_21-07](https://huggingface.co/datasets/CabraVC/vector_dataset_stratified_ttv_split_2023-12-05_21-07)
|
@@ -324,7 +324,7 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
324 |
### Metrics
|
325 |
| Label | Accuracy |
|
326 |
|:--------|:---------|
|
327 |
-
| **all** | 0.
|
328 |
|
329 |
## Uses
|
330 |
|
|
|
281 |
split: test
|
282 |
metrics:
|
283 |
- type: accuracy
|
284 |
+
value: 0.4583333333333333
|
285 |
name: Accuracy
|
286 |
---
|
287 |
|
288 |
# SetFit
|
289 |
|
290 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model trained on the [CabraVC/vector_dataset_stratified_ttv_split_2023-12-05_21-07](https://huggingface.co/datasets/CabraVC/vector_dataset_stratified_ttv_split_2023-12-05_21-07) dataset 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.
|
291 |
|
292 |
The model has been trained using an efficient few-shot learning technique that involves:
|
293 |
|
|
|
299 |
### Model Description
|
300 |
- **Model Type:** SetFit
|
301 |
<!-- - **Sentence Transformer:** [Unknown](https://huggingface.co/unknown) -->
|
302 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
303 |
- **Maximum Sequence Length:** 512 tokens
|
304 |
- **Number of Classes:** 3 classes
|
305 |
- **Training Dataset:** [CabraVC/vector_dataset_stratified_ttv_split_2023-12-05_21-07](https://huggingface.co/datasets/CabraVC/vector_dataset_stratified_ttv_split_2023-12-05_21-07)
|
|
|
324 |
### Metrics
|
325 |
| Label | Accuracy |
|
326 |
|:--------|:---------|
|
327 |
+
| **all** | 0.4583 |
|
328 |
|
329 |
## Uses
|
330 |
|
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:3e00150cf01ce43dc8fc03354e31b4380f0d111dc53d782ffa5a646a7b721f09
|
3 |
+
size 19471
|