Update README.md
Browse files
README.md
CHANGED
|
@@ -51,6 +51,8 @@ predictions = model.predict(embeddings)
|
|
| 51 |
for text, label in zip(texts, predictions):
|
| 52 |
print(f"Text: {text}\nPrediction: {label}\n")
|
| 53 |
|
|
|
|
|
|
|
| 54 |
|
| 55 |
## Licence
|
| 56 |
This model is licensed for non-commercial use only (CC BY-NC 4.0).
|
|
|
|
| 51 |
for text, label in zip(texts, predictions):
|
| 52 |
print(f"Text: {text}\nPrediction: {label}\n")
|
| 53 |
|
| 54 |
+
```
|
| 55 |
+
|
| 56 |
|
| 57 |
## Licence
|
| 58 |
This model is licensed for non-commercial use only (CC BY-NC 4.0).
|