SebastianSchramm
commited on
Commit
•
a7d9e09
1
Parent(s):
812b38b
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,6 @@ It is recommended to format input according to the prompt template mentioned abo
|
|
44 |
prompt = prompt_template.format_map({"input_text": "Cologne is a great city in Germany - maybe even the greatest ;)", "entity_name": "city"})
|
45 |
```
|
46 |
|
47 |
-
The model is small enough to be loaded in free-tier Colab with a T4 GPU:
|
48 |
|
49 |
## License
|
50 |
The original full precision model and its associated data are released under the CC BY-NC 4.0 license. Hence, the same license applies for the 4bit version.
|
|
|
44 |
prompt = prompt_template.format_map({"input_text": "Cologne is a great city in Germany - maybe even the greatest ;)", "entity_name": "city"})
|
45 |
```
|
46 |
|
|
|
47 |
|
48 |
## License
|
49 |
The original full precision model and its associated data are released under the CC BY-NC 4.0 license. Hence, the same license applies for the 4bit version.
|