Update README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,13 @@ This Space demonstrates the capabilities of [shiprocket-ai/open-llama-1b-address
|
|
16 |
|
17 |
## What it does
|
18 |
|
19 |
-
This application showcases three main capabilities:
|
20 |
|
21 |
-
1. **Component Extraction
|
22 |
-
2. **Address Completion
|
23 |
-
3. **Format Standardization
|
|
|
|
|
24 |
|
25 |
## Features
|
26 |
|
@@ -69,10 +71,10 @@ The model can handle:
|
|
69 |
- Road names, landmarks
|
70 |
- Various Indian address formats
|
71 |
|
72 |
-
## Performance
|
|
|
|
|
|
|
|
|
73 |
|
74 |
-
|
75 |
-
- Real-time applications
|
76 |
-
- Mobile/edge deployment
|
77 |
-
- High-throughput processing
|
78 |
-
- Low memory usage
|
|
|
16 |
|
17 |
## What it does
|
18 |
|
19 |
+
This application showcases three main capabilities, with varying performance levels:
|
20 |
|
21 |
+
1. **Component Extraction** ⭐ **BEST PERFORMANCE** - Parse addresses into structured components (building, locality, pincode, etc.)
|
22 |
+
2. **Address Completion** ⚠️ **LIMITED** - Complete partial addresses (trained on limited data)
|
23 |
+
3. **Format Standardization** ⚠️ **LIMITED** - Convert informal addresses to standardized format (trained on limited data)
|
24 |
+
|
25 |
+
**Note**: This model performs best at **entity extraction**. The completion and standardization features have limited training data and may not always produce optimal results.
|
26 |
|
27 |
## Features
|
28 |
|
|
|
71 |
- Road names, landmarks
|
72 |
- Various Indian address formats
|
73 |
|
74 |
+
## Performance Notes
|
75 |
+
|
76 |
+
⭐ **Entity Extraction**: Excellent performance - primary use case
|
77 |
+
⚠️ **Address Completion**: Limited training data - experimental feature
|
78 |
+
⚠️ **Standardization**: Limited training data - experimental feature
|
79 |
|
80 |
+
**Recommendation**: Use this model primarily for **address component extraction** where it performs best.
|
|
|
|
|
|
|
|