fathyshalab commited on
Commit
fc57d1e
1 Parent(s): bb6fb04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -7,7 +7,6 @@ tags:
7
  pipeline_tag: text-classification
8
  ---
9
 
10
- # C:\Users\F896D~1.SHA\AppData\Local\Temp\tmp3r6dzq0v\fathyshalab\mdcsi-haus-reinigung-setfit
11
 
12
  This is a [SetFit model](https://github.com/huggingface/setfit) that can be used for text classification. The model has been trained using an efficient few-shot learning technique that involves:
13
 
@@ -28,7 +27,7 @@ You can then run inference as follows:
28
  from setfit import SetFitModel
29
 
30
  # Download from Hub and run inference
31
- model = SetFitModel.from_pretrained("C:\Users\F896D~1.SHA\AppData\Local\Temp\tmp3r6dzq0v\fathyshalab\mdcsi-haus-reinigung-setfit")
32
  # Run inference
33
  preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])
34
  ```
 
7
  pipeline_tag: text-classification
8
  ---
9
 
 
10
 
11
  This is a [SetFit model](https://github.com/huggingface/setfit) that can be used for text classification. The model has been trained using an efficient few-shot learning technique that involves:
12
 
 
27
  from setfit import SetFitModel
28
 
29
  # Download from Hub and run inference
30
+ model = SetFitModel.from_pretrained("mdcsi-haus-reinigung-setfit")
31
  # Run inference
32
  preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])
33
  ```