Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,12 @@ base_model:
|
|
4 |
library_name: transformers
|
5 |
license: mit
|
6 |
---
|
7 |
-
# **A Text-to-Triple Model
|
8 |
|
9 |
Base Model: [Flan-T5-Large](https://huggingface.co/google/flan-t5-large) by Google
|
10 |
|
|
|
|
|
11 |
Trained by [Patrick Jiang](https://pat-jj.github.io/) @ UIUC
|
12 |
|
13 |
[Wandb Training Report](https://api.wandb.ai/links/patjj/2njqb94u) (Dec 5, 2024)
|
|
|
4 |
library_name: transformers
|
5 |
license: mit
|
6 |
---
|
7 |
+
# **A Text-to-Triple Model**
|
8 |
|
9 |
Base Model: [Flan-T5-Large](https://huggingface.co/google/flan-t5-large) by Google
|
10 |
|
11 |
+
Base Dataset: [WikiOFGraph](https://arxiv.org/pdf/2409.07088) (containing 5.85M pairs of high-quality text-triples)
|
12 |
+
|
13 |
Trained by [Patrick Jiang](https://pat-jj.github.io/) @ UIUC
|
14 |
|
15 |
[Wandb Training Report](https://api.wandb.ai/links/patjj/2njqb94u) (Dec 5, 2024)
|