akhooli commited on
Commit
631ac54
1 Parent(s): 6c859f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -40,7 +40,13 @@ model-index:
40
 
41
  # SetFit with akhooli/sbert_ar_nli_500k_norm
42
 
43
- This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [akhooli/sbert_ar_nli_500k_norm](https://huggingface.co/akhooli/sbert_ar_nli_500k_norm) 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.
 
 
 
 
 
 
44
 
45
  The model has been trained using an efficient few-shot learning technique that involves:
46
 
 
40
 
41
  # SetFit with akhooli/sbert_ar_nli_500k_norm
42
 
43
+ This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification.
44
+ This SetFit model uses [akhooli/sbert_ar_nli_500k_norm](https://huggingface.co/akhooli/sbert_ar_nli_500k_norm) as the Sentence Transformer embedding model.
45
+ A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
46
+ It was trained on akhooli/ar_reviews_100k_3 dataset (4500 samples, as few shot) with 68.7% accuracy.
47
+
48
+
49
+ The rest of this model card is auto generated.
50
 
51
  The model has been trained using an efficient few-shot learning technique that involves:
52