Kinshuk Vasisht
commited on
Commit
•
93289ff
1
Parent(s):
5b68e29
Add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text2text-generation
|
7 |
+
tags:
|
8 |
+
- legal
|
9 |
+
---
|
10 |
+
# flan-t5-tacred-kg-small-finetuned
|
11 |
+
|
12 |
+
[flan-t5-small](https://huggingface.co/google/flan-t5-small) finetuned over the TACRED Knowledge Graph using the training method for [KGT-5](https://github.com/apoorvumang/kgt5/).
|
13 |
+
|