Commit
·
284a719
1
Parent(s):
0ebea2f
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,6 @@ for i in range(k):
|
|
63 |
l = labels[ranking[i]]
|
64 |
s = scores[ranking[i]]
|
65 |
print(f"{i+1}) {l} {np.round(float(s), 4)}")
|
66 |
-
|
67 |
```
|
68 |
|
69 |
## Note : this is the source for that code : [Link](https://huggingface.co/cardiffnlp/twitter-roberta-base-emoji)
|
|
|
63 |
l = labels[ranking[i]]
|
64 |
s = scores[ranking[i]]
|
65 |
print(f"{i+1}) {l} {np.round(float(s), 4)}")
|
|
|
66 |
```
|
67 |
|
68 |
## Note : this is the source for that code : [Link](https://huggingface.co/cardiffnlp/twitter-roberta-base-emoji)
|