turgutguvercin commited on
Commit
2d9d5d8
·
verified ·
1 Parent(s): 190ed3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -51,6 +51,14 @@ Additionally:
51
 
52
  We recommend using this model primarily for research, benchmarking, or experimentation purposes.
53
 
 
 
 
 
 
 
 
 
54
 
55
  ## 📥 How to Use
56
 
@@ -94,10 +102,3 @@ predicted_text = processor.decode(outputs[0], skip_special_tokens=True)
94
  print(predicted_text)
95
  # returns <s_store_name> SOK MARKETLER T.A.S.</s_store_name><s_tax_id> 81301318199</s_tax_id><s_date> 21/02/2025</s_date><s_menu><s_nm> MIS UHT SUT LAKTOZSU</s_nm><s_cnt> 1 x</s_cnt><s_price> 39,75</s_price><s_tax_rate> %01</s_tax_rate> <sep/><s_nm> LEZZCAFE SALEP 17 GR</s_nm><s_cnt> 4 x</s_cnt><s_price> 18,00</s_price><s_tax_rate> %01</s_tax_rate></s_menu><s_sub_total><s_tax_price> 0,57</s_tax_price></s_sub_total><s_total><s_total_price> 57,75</s_total_price></s_total>
96
 
97
- ## 📊 Metrics
98
-
99
- The model was evaluated on a private Turkish receipt test set.
100
-
101
- | Metric | Score |
102
- |-------------------|---------|
103
- | val_edit_distance | 0.112 |
 
51
 
52
  We recommend using this model primarily for research, benchmarking, or experimentation purposes.
53
 
54
+ ## 📊 Metrics
55
+
56
+ The model was evaluated on a private Turkish receipt test set.
57
+
58
+ | Metric | Score |
59
+ |-------------------|---------|
60
+ | val_edit_distance | 0.112 |
61
+
62
 
63
  ## 📥 How to Use
64
 
 
102
  print(predicted_text)
103
  # returns <s_store_name> SOK MARKETLER T.A.S.</s_store_name><s_tax_id> 81301318199</s_tax_id><s_date> 21/02/2025</s_date><s_menu><s_nm> MIS UHT SUT LAKTOZSU</s_nm><s_cnt> 1 x</s_cnt><s_price> 39,75</s_price><s_tax_rate> %01</s_tax_rate> <sep/><s_nm> LEZZCAFE SALEP 17 GR</s_nm><s_cnt> 4 x</s_cnt><s_price> 18,00</s_price><s_tax_rate> %01</s_tax_rate></s_menu><s_sub_total><s_tax_price> 0,57</s_tax_price></s_sub_total><s_total><s_total_price> 57,75</s_total_price></s_total>
104