Update README.md
Browse files
README.md
CHANGED
|
@@ -354,4 +354,6 @@ generated_text = decode(generated_ids[0].tolist()) # Decode the generated indice
|
|
| 354 |
print("\n--- Generated Text ---")
|
| 355 |
print(generated_text)
|
| 356 |
print("\n----------------------")
|
| 357 |
-
```
|
|
|
|
|
|
|
|
|
| 354 |
print("\n--- Generated Text ---")
|
| 355 |
print(generated_text)
|
| 356 |
print("\n----------------------")
|
| 357 |
+
```
|
| 358 |
+
|
| 359 |
+
This model was trained in about 1 hour and 30 minutes, so it has basic word connection (In English) but thats about it.
|