shreyaspimpalgaonkar
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
|
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
-
Triplex is a model for creating knowledge graphs from unstructured data developed by
|
10 |
|
11 |
It works by extracting triplets - simple statements consisting of a subject, predicate, and object - from text or other data sources.
|
12 |
|
@@ -18,11 +18,9 @@ It is a finetuned version of Phi3-3.8B on a high quality proprietary dataset con
|
|
18 |
|
19 |
### Model Sources
|
20 |
|
21 |
-
|
22 |
-
- **SciPhi Repository:** [https://www.github.com/SciPhi-AI/R2R](https://www.github.com/SciPhi-AI/R2R)
|
23 |
- **Blog:** [https://www.sciphi.ai/blog/triplex](https://www.sciphi.ai/blog/triplex)
|
24 |
- **Demo:** [kg.sciphi.ai](kg.sciphi.ai)
|
25 |
-
|
26 |
|
27 |
```python
|
28 |
|
|
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
+
Triplex is a model for creating knowledge graphs from unstructured data developed by [SciPhi.AI](https://www.sciphi.ai).
|
10 |
|
11 |
It works by extracting triplets - simple statements consisting of a subject, predicate, and object - from text or other data sources.
|
12 |
|
|
|
18 |
|
19 |
### Model Sources
|
20 |
|
|
|
|
|
21 |
- **Blog:** [https://www.sciphi.ai/blog/triplex](https://www.sciphi.ai/blog/triplex)
|
22 |
- **Demo:** [kg.sciphi.ai](kg.sciphi.ai)
|
23 |
+
- **R2R Repository:** [https://www.github.com/SciPhi-AI/R2R](https://www.github.com/SciPhi-AI/R2R)
|
24 |
|
25 |
```python
|
26 |
|