SebastianSchramm commited on
Commit
72576e9
1 Parent(s): a0e9bba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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/2ef835fb6ba9fa54c0c7bfda9022700f
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.