Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,10 @@ inference: true
|
|
| 23 |
base_model: TaylorAI/bge-micro-v2
|
| 24 |
---
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
# SetFit with TaylorAI/bge-micro-v2
|
| 27 |
|
| 28 |
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [TaylorAI/bge-micro-v2](https://huggingface.co/TaylorAI/bge-micro-v2) 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.
|
|
@@ -33,6 +37,9 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
| 33 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
| 34 |
|
| 35 |
## Model Details
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
### Model Description
|
| 38 |
- **Model Type:** SetFit
|
|
|
|
| 23 |
base_model: TaylorAI/bge-micro-v2
|
| 24 |
---
|
| 25 |
|
| 26 |
+
library_name: setfit
|
| 27 |
+
Base model: model_dataset_training_golden_records_jj_23022024_v4
|
| 28 |
+
dataset test: test_filter_golden_records_jj_23022024_test_dataset_v4
|
| 29 |
+
|
| 30 |
# SetFit with TaylorAI/bge-micro-v2
|
| 31 |
|
| 32 |
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [TaylorAI/bge-micro-v2](https://huggingface.co/TaylorAI/bge-micro-v2) 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.
|
|
|
|
| 37 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
| 38 |
|
| 39 |
## Model Details
|
| 40 |
+
library_name: setfit
|
| 41 |
+
Base model: model_dataset_training_golden_records_jj_23022024_v4
|
| 42 |
+
dataset test: test_filter_golden_records_jj_23022024_test_dataset_v4
|
| 43 |
|
| 44 |
### Model Description
|
| 45 |
- **Model Type:** SetFit
|