Update README.md
Browse files
README.md
CHANGED
@@ -62,5 +62,4 @@ outputs = model.generate(input_ids)
|
|
62 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
63 |
```
|
64 |
|
65 |
-
Running the above code will print "angreb" (attack in Danish)
|
66 |
-
|
|
|
62 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
63 |
```
|
64 |
|
65 |
+
Running the above code will print "angreb" (attack in Danish).
|
|