lxyuan commited on
Commit
fdb017a
1 Parent(s): c6b5901

Add Text-To-Graph Example Notebook

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