Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text2text-generation
|
6 |
+
tags:
|
7 |
+
- legal
|
8 |
+
---
|
9 |
+
# flan-t5-retacred-kg-mlm-small
|
10 |
+
|
11 |
+
[flan-t5-small](https://huggingface.co/google/flan-t5-small) trained over the TACRED Knowledge Graph patched with the [Re-TACRED proposal](https://github.com/gstoica27/Re-TACRED) using span-mask language modeling with additional sentences alongside the prompts.
|
12 |
+
|
13 |
+
|