SebastianSchramm
commited on
Commit
•
dfe5db1
1
Parent(s):
7973870
Update README.md
Browse files
README.md
CHANGED
@@ -44,5 +44,7 @@ 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 |
## License
|
48 |
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 |
+
The model is small enough to be loaded in free-tier Colab with a T4 GPU: https://gist.github.com/sebastianschramm/b849c06676c6601d9a87270e83f5a157
|
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.
|