Update README.md
Browse files
README.md
CHANGED
|
@@ -34,6 +34,3 @@ outputs = model.generate(**inputs, max_new_tokens=200)
|
|
| 34 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 35 |
```
|
| 36 |
|
| 37 |
-
## License
|
| 38 |
-
|
| 39 |
-
Please specify the license for this model.
|
|
|
|
| 34 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 35 |
```
|
| 36 |
|
|
|
|
|
|
|
|
|