fevohh commited on
Commit
6a762d4
·
verified ·
1 Parent(s): 251a58a

added remarks

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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