shreyaspimpalgaonkar
commited on
Commit
•
14c88b7
1
Parent(s):
22fc030
Update README.md
Browse files
README.md
CHANGED
@@ -21,10 +21,9 @@ Triplex is a finetuned version of Phi3-3.8B for creating knowledge graphs from u
|
|
21 |
- **Blog:** [https://www.sciphi.ai/blog/triplex](https://www.sciphi.ai/blog/triplex)
|
22 |
- **Demo:** [kg.sciphi.ai](kg.sciphi.ai)
|
23 |
- **Cookbook:** [https://r2r-docs.sciphi.ai/cookbooks/knowledge-graph](https://r2r-docs.sciphi.ai/cookbooks/knowledge-graph)
|
|
|
24 |
|
25 |
```python
|
26 |
-
|
27 |
-
|
28 |
import json
|
29 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
30 |
|
|
|
21 |
- **Blog:** [https://www.sciphi.ai/blog/triplex](https://www.sciphi.ai/blog/triplex)
|
22 |
- **Demo:** [kg.sciphi.ai](kg.sciphi.ai)
|
23 |
- **Cookbook:** [https://r2r-docs.sciphi.ai/cookbooks/knowledge-graph](https://r2r-docs.sciphi.ai/cookbooks/knowledge-graph)
|
24 |
+
- **Python:**
|
25 |
|
26 |
```python
|
|
|
|
|
27 |
import json
|
28 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
29 |
|