Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,9 @@ tags:
|
|
10 |
pretty_name: Maple Bill Summarization and Tagging
|
11 |
size_categories:
|
12 |
- 100M<n<1B
|
|
|
|
|
|
|
13 |
---
|
14 |
# MAPLE (Bill Summarization, Tagging, Explanation)
|
15 |
In this project, we generate summaries and category tags for of Massachusetts bills for [MAPLE Platform](https://www.mapletestimony.org/). The goal is to simplify the legal language and content to make it comprehensible for a broader audience (9th-grade comprehension level) by exploring different ML and LLM services.
|
|
|
10 |
pretty_name: Maple Bill Summarization and Tagging
|
11 |
size_categories:
|
12 |
- 100M<n<1B
|
13 |
+
configs:
|
14 |
+
- config_name: main_data
|
15 |
+
data_files: "/demoapp/all_bills.csv"
|
16 |
---
|
17 |
# MAPLE (Bill Summarization, Tagging, Explanation)
|
18 |
In this project, we generate summaries and category tags for of Massachusetts bills for [MAPLE Platform](https://www.mapletestimony.org/). The goal is to simplify the legal language and content to make it comprehensible for a broader audience (9th-grade comprehension level) by exploring different ML and LLM services.
|