Kinshuk Vasisht
commited on
Commit
·
9115f99
1
Parent(s):
8312eff
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-cbp-lkg-mlm-base
|
11 |
+
|
12 |
+
Google's Flan T5 model ([flan-t5-base](https://huggingface.co/google/flan-t5-base)) trained over a Legal Knowledge Graph using the training method used for [KGT-5](https://huggingface.co/spaces/apoorvumang/kgt5)
|
13 |
+
|