Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# T5-Json-Parsing-Model: **Improved Evaluation Report**
|
| 2 |
|
| 3 |
> **Fine-tuned T5 model for structured JSON metadata extraction from unstructured text**
|
|
@@ -54,18 +70,3 @@ print(json.loads("{" + decoded_output[1:-1] + "}"))
|
|
| 54 |
### output :
|
| 55 |
{'type': 'person', 'name': 'John Smith', 'yr_born': '1980', 'location': 'New York'}
|
| 56 |
|
| 57 |
-
---
|
| 58 |
-
license: mit
|
| 59 |
-
datasets:
|
| 60 |
-
- alexandrlukashov/text2json-dataset-12k
|
| 61 |
-
language:
|
| 62 |
-
- en
|
| 63 |
-
metrics:
|
| 64 |
-
- rouge
|
| 65 |
-
base_model:
|
| 66 |
-
- google-t5/t5-small
|
| 67 |
-
pipeline_tag: text-generation
|
| 68 |
-
library_name: transformers
|
| 69 |
-
tags:
|
| 70 |
-
- legal
|
| 71 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- alexandrlukashov/text2json-dataset-12k
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- rouge
|
| 9 |
+
base_model:
|
| 10 |
+
- google-t5/t5-small
|
| 11 |
+
pipeline_tag: text-generation
|
| 12 |
+
library_name: transformers
|
| 13 |
+
tags:
|
| 14 |
+
- legal
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# T5-Json-Parsing-Model: **Improved Evaluation Report**
|
| 18 |
|
| 19 |
> **Fine-tuned T5 model for structured JSON metadata extraction from unstructured text**
|
|
|
|
| 70 |
### output :
|
| 71 |
{'type': 'person', 'name': 'John Smith', 'yr_born': '1980', 'location': 'New York'}
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|