Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,16 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# T5 Fine-Tuned Command Extractor
|
| 13 |
+
|
| 14 |
+
This Hugging Face Space hosts a fine-tuned T5 model that extracts structured JSON data from natural language commands.
|
| 15 |
+
|
| 16 |
+
## How to Use
|
| 17 |
+
1. Enter a command in the input box.
|
| 18 |
+
2. Click "Submit" to generate the extracted JSON output.
|
| 19 |
+
|
| 20 |
+
## Model Details
|
| 21 |
+
- Base Model: `t5-small`
|
| 22 |
+
- Fine-tuned on: Custom dataset
|
| 23 |
+
- Uses: Financial and personal transaction extraction
|
| 24 |
+
|