Dehnes commited on
Commit
1fcb40e
1 Parent(s): 2c2d41a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,8 +45,8 @@ sequence = "Letzte Woche gab es einen Selbstmord in einer nahe gelegenen Stadt"
45
 
46
  candidate_labels = ["Verbrechen","Tragödie","Stehlen"]
47
 
48
- #hypothesis_template = "In diesem Satz geht es um das Thema {}." ## Since monolingual model,its sensitive to hypothesis template. This can be experimented
49
- hypothesis_template = "Dieser Satz drückt ein Gefühl von {} aus."
50
 
51
  classifier(sequence, candidate_labels, hypothesis_template=hypothesis_template)
52
 
 
45
 
46
  candidate_labels = ["Verbrechen","Tragödie","Stehlen"]
47
 
48
+ hypothesis_template = "In diesem Satz geht es um das Thema {}." ## Since monolingual model,its sensitive to hypothesis template. This can be experimented
49
+ #hypothesis_template = "Dieser Satz drückt ein Gefühl von {} aus."
50
 
51
  classifier(sequence, candidate_labels, hypothesis_template=hypothesis_template)
52