Update README.md
Browse files
README.md
CHANGED
|
@@ -252,6 +252,9 @@ output_ids = generate(params, input_ids, 200)
|
|
| 252 |
print("\n=== GENERATED TEXT ===\n")
|
| 253 |
print(tokenizer.decode(output_ids[0].tolist()))
|
| 254 |
```
|
|
|
|
|
|
|
|
|
|
| 255 |
<div id="autonomousx-profile-sections" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; width: 100%; display: flex; flex-direction: column; gap: 24px; margin: 30px 0;">
|
| 256 |
|
| 257 |
<style>
|
|
|
|
| 252 |
print("\n=== GENERATED TEXT ===\n")
|
| 253 |
print(tokenizer.decode(output_ids[0].tolist()))
|
| 254 |
```
|
| 255 |
+
</div>
|
| 256 |
+
|
| 257 |
+
|
| 258 |
<div id="autonomousx-profile-sections" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; width: 100%; display: flex; flex-direction: column; gap: 24px; margin: 30px 0;">
|
| 259 |
|
| 260 |
<style>
|