Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ It is trained on ChatGPT-generated [Pile-NER-type data](https://huggingface.co/d
|
|
16 |
|
17 |
Check our [paper](https://arxiv.org/abs/2308.03279) for more information.
|
18 |
|
|
|
19 |
### How to use
|
20 |
You will need the transformers>=4.34
|
21 |
Do check the [TinyLlama](https://github.com/jzhang38/TinyLlama) github page for more information.
|
@@ -64,5 +65,6 @@ print(outputs[0]["generated_text"])
|
|
64 |
### Note: Inferences are based on one entity type at a time. For multiple entity types, create separate instances for each type.
|
65 |
|
66 |
## License
|
|
|
67 |
|
68 |
This model and its associated data are released under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license. They are primarily used for research purposes.
|
|
|
16 |
|
17 |
Check our [paper](https://arxiv.org/abs/2308.03279) for more information.
|
18 |
|
19 |
+
|
20 |
### How to use
|
21 |
You will need the transformers>=4.34
|
22 |
Do check the [TinyLlama](https://github.com/jzhang38/TinyLlama) github page for more information.
|
|
|
65 |
### Note: Inferences are based on one entity type at a time. For multiple entity types, create separate instances for each type.
|
66 |
|
67 |
## License
|
68 |
+
```
|
69 |
|
70 |
This model and its associated data are released under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license. They are primarily used for research purposes.
|