Update README.md
Browse files
README.md
CHANGED
@@ -6,21 +6,20 @@ 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
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
16 |
|
17 |
-
-
|
18 |
|
19 |
### Model Sources
|
20 |
|
21 |
-
<!-- Provide the basic links for the model. -->
|
22 |
|
23 |
-
- **Repository:** [https://www.github.com/SciPhi-AI/R2R](https://www.github.com/SciPhi-AI/R2R)
|
24 |
- **Blog:** [https://www.sciphi.ai/blog/triplex](https://www.sciphi.ai/blog/triplex)
|
25 |
- **Demo:** [kg.sciphi.ai](kg.sciphi.ai)
|
26 |
|
|
|
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 |
|
13 |
+
Try the demo here: [kg.sciphi.ai](https://kg.sciphi.ai)
|
14 |
|
15 |
+
## Model Details
|
16 |
|
17 |
+
It is a finetuned version of Phi3-3.8B on a high quality proprietary dataset constructed using DBPedia, Wikidata, and other data sources.
|
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 |
|