patrickfleith
commited on
Commit
•
cd17af0
1
Parent(s):
d0c7ebf
Push model using huggingface_hub.
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
library_name: setfit
|
4 |
metrics:
|
5 |
- accuracy
|
@@ -13,9 +13,9 @@ widget: []
|
|
13 |
inference: true
|
14 |
---
|
15 |
|
16 |
-
# SetFit with
|
17 |
|
18 |
-
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [
|
19 |
|
20 |
The model has been trained using an efficient few-shot learning technique that involves:
|
21 |
|
@@ -26,7 +26,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:** [
|
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
|
|
|
1 |
---
|
2 |
+
base_model: patrickfleith/my-awesome-astro-text-classifier
|
3 |
library_name: setfit
|
4 |
metrics:
|
5 |
- accuracy
|
|
|
13 |
inference: true
|
14 |
---
|
15 |
|
16 |
+
# SetFit with patrickfleith/my-awesome-astro-text-classifier
|
17 |
|
18 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [patrickfleith/my-awesome-astro-text-classifier](https://huggingface.co/patrickfleith/my-awesome-astro-text-classifier) 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 |
|
27 |
### Model Description
|
28 |
- **Model Type:** SetFit
|
29 |
+
- **Sentence Transformer body:** [patrickfleith/my-awesome-astro-text-classifier](https://huggingface.co/patrickfleith/my-awesome-astro-text-classifier)
|
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
|