tomaarsen HF staff commited on
Commit
d81596a
1 Parent(s): cb692ec

Remove dot in list

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)