Kinshuk Vasisht
commited on
Commit
•
aa13305
1
Parent(s):
a7e67ef
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-retacred-kg-direct-peft-qlora-bnb-w-context-large-finetuned
|
11 |
+
|
12 |
+
[flan-t5-large](https://huggingface.co/google/flan-t5-large) finetuned over the TACRED corpus patched as per the [Re-TACRED proposal](https://github.com/gstoica27/re-tacred) using direct concise query prompts with additional context alongside the prompts.
|
13 |
+
|