dmr76 commited on
Commit
021963e
1 Parent(s): 98349c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -78,10 +78,10 @@ cleaned_tweet = clean_and_parse_tweet(tweet)
78
  probs, labels = predict_tweet(cleaned_tweet, model, tokenizer, device)
79
 
80
  # Print Labels and Probabilities
81
- print("Please don't forget to cite the paper: https://ssrn.com/abstract=4542949")
82
  print(labels, probs)
83
  ```
84
- *Predict thousands tweets with the ***batch processing python notebook***, available in my* [GitHub Repository](https://github.com/dringel/Synthetic-Experts)
85
 
86
  ### Citation
87
  Please cite the following reference if you use synthetic experts in your work:
 
78
  probs, labels = predict_tweet(cleaned_tweet, model, tokenizer, device)
79
 
80
  # Print Labels and Probabilities
81
+ print("Please don't forget to cite the paper: https://ssrn.com/abstract=4542949 in you use this code")
82
  print(labels, probs)
83
  ```
84
+ *Conveniently predict thousands tweets with the ***batch processing python notebook***, available in my* [GitHub Repository](https://github.com/dringel/Synthetic-Experts)
85
 
86
  ### Citation
87
  Please cite the following reference if you use synthetic experts in your work: