Update README.md
Browse files
README.md
CHANGED
@@ -24,4 +24,7 @@ classifier = pipeline("text-classification", model="Phase-Technologies/RoBERTo")
|
|
24 |
text = "I love AutoTrain"
|
25 |
result = classifier(text)
|
26 |
|
27 |
-
print(result)
|
|
|
|
|
|
|
|
24 |
text = "I love AutoTrain"
|
25 |
result = classifier(text)
|
26 |
|
27 |
+
print(result)
|
28 |
+
|
29 |
+
# Use through Google Colab
|
30 |
+
https://colab.research.google.com/drive/1wxfY0lWPRRYhj6oklj-p9mw5HcSFWXCL?usp=sharing
|