vikram71198 commited on
Commit
f25317c
1 Parent(s): eacd723

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -68,4 +68,11 @@ predictions = []
68
  for x,y in prediction_probabilities:
69
  predictions.append("not_fake_news") if x > y else predictions.append("fake_news")
70
  print(predictions)
71
- ```
 
 
 
 
 
 
 
 
68
  for x,y in prediction_probabilities:
69
  predictions.append("not_fake_news") if x > y else predictions.append("fake_news")
70
  print(predictions)
71
+ ```
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.12.5
76
+ - Pytorch 1.11.0
77
+ - Datasets 1.17.0
78
+ - Tokenizers 0.10.3