SebastianSchramm
commited on
Commit
•
b6612ea
1
Parent(s):
c10be41
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ tags:
|
|
7 |
- LLM
|
8 |
- Universal-NER
|
9 |
- NER
|
|
|
10 |
inference: false
|
11 |
---
|
12 |
![image](qunatized_lama_color_letters_4bit_512px.png)
|
@@ -42,3 +43,6 @@ It is recommended to format input according to the prompt template mentioned abo
|
|
42 |
```python
|
43 |
prompt = prompt_template.format_map({"input_text": "Cologne is a great city in Germany - maybe even the greatest ;)", "entity_name": "city"})
|
44 |
```
|
|
|
|
|
|
|
|
7 |
- LLM
|
8 |
- Universal-NER
|
9 |
- NER
|
10 |
+
- 4bit
|
11 |
inference: false
|
12 |
---
|
13 |
![image](qunatized_lama_color_letters_4bit_512px.png)
|
|
|
43 |
```python
|
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.
|