added remarks
Browse files
README.md
CHANGED
|
@@ -11,6 +11,12 @@ language:
|
|
| 11 |
- en
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# Uploaded model
|
| 15 |
|
| 16 |
- **Developed by:** fevohh
|
|
|
|
| 11 |
- en
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Remarks
|
| 15 |
+
The model is capable of extracting json output accurately i.e. listing item price as an integer if price is mentioned or "na" if there is no price, it is also able
|
| 16 |
+
to handle unclean data inputs outside of the dataset. However, its <context> outputs are concise and lack further reasoning and does not fully follow the thinking steps
|
| 17 |
+
provided from the dataset, such as not implementing item currency from a given price, which led to a lower accuracy <extract> output but still maintains high quality <json>
|
| 18 |
+
format output.
|
| 19 |
+
|
| 20 |
# Uploaded model
|
| 21 |
|
| 22 |
- **Developed by:** fevohh
|