Commit
·
2e2a350
1
Parent(s):
ea0b984
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,4 +29,6 @@ for sequence in sequences:
|
|
| 29 |
print(classes[np.argmax(results)])
|
| 30 |
percentages = np.around(results*100)
|
| 31 |
print(percentages)
|
| 32 |
-
```
|
|
|
|
|
|
|
|
|
| 29 |
print(classes[np.argmax(results)])
|
| 30 |
percentages = np.around(results*100)
|
| 31 |
print(percentages)
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
note that this model is trained on persian corpus and is meant to be used on persian texts too.
|