Add Text-To-Graph Example Notebook
Browse files
README.md
CHANGED
@@ -150,4 +150,5 @@ or trillions of parameters, making them capable of processing and understanding
|
|
150 |
and nuances. Some well-known examples of large language models include GPT-3, BERT, and T5.
|
151 |
```
|
152 |
|
153 |
-
- 4bit Inference Example notebook can be found [here](https://github.com/LxYuan0420/nlp/blob/main/notebooks/Inference_4bit_AeolusBlend.ipynb)
|
|
|
|
150 |
and nuances. Some well-known examples of large language models include GPT-3, BERT, and T5.
|
151 |
```
|
152 |
|
153 |
+
- 4bit Inference Example notebook can be found [here](https://github.com/LxYuan0420/nlp/blob/main/notebooks/Inference_4bit_AeolusBlend.ipynb)
|
154 |
+
- Text-to-Graph with AeolusBlend: [here](https://github.com/LxYuan0420/nlp/blob/117f09cf7f09e3284d6a1eed475652ef90bb8545/notebooks/Inference_AeolusBlend_KnowledgeGraph.ipynb)
|