Remove dot in list
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
65 |
### Model Description
|
66 |
- **Model Type:** SetFit
|
67 |
- **Sentence Transformer body:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
|
68 |
-
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
69 |
- **Maximum Sequence Length:** 256 tokens
|
70 |
- **Number of Classes:** 2 classes
|
71 |
- **Training Dataset:** [sst2](https://huggingface.co/datasets/sst2)
|
|
|
65 |
### Model Description
|
66 |
- **Model Type:** SetFit
|
67 |
- **Sentence Transformer body:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
|
68 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
69 |
- **Maximum Sequence Length:** 256 tokens
|
70 |
- **Number of Classes:** 2 classes
|
71 |
- **Training Dataset:** [sst2](https://huggingface.co/datasets/sst2)
|