-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Unless I'm missing something the markdown export just wraps the whole table in markdown syntax instead of creating a proper table:
| --------------------------------------------------------------------------------------------- |
| ┌────┬──────────────────────┬─────────┬─────┬─────┬────────────────────┬────────────────────┐ |
| │ - │ keyword │ support │ tp │ fn │ miss_rate │ weighted_miss │ |
| ├────┼──────────────────────┼─────────┼─────┼─────┼────────────────────┼────────────────────┤ |
| │ 0 │ fragment │ 1220 │ 553 │ 667 │ 0.5467213114754098 │ 364.6631147540983 │ |
| │ 1 │ coupe │ 313 │ 20 │ 293 │ 0.9361022364217252 │ 274.2779552715655 │ |
| │ 2 │ figurine │ 299 │ 69 │ 230 │ 0.7692307692307693 │ 176.92307692307693 │ |
| │ 3 │ lécythe │ 145 │ 0 │ 145 │ 1.0 │ 145.0 │ |
| │ 4 │ amphore │ 160 │ 10 │ 150 │ 0.9375 │ 140.625 │ |
| │ 5 │ œnochoé │ 136 │ 0 │ 136 │ 1.0 │ 136.0 │ |
| │ 6 │ cratère │ 100 │ 0 │ 100 │ 1.0 │ 100.0 │ |
| │ 7 │ tête │ 171 │ 43 │ 128 │ 0.7485380116959064 │ 95.812865497076 │ |
| │ 8 │ statue │ 171 │ 45 │ 126 │ 0.7368421052631579 │ 92.84210526315788 │ |
| │ 9 │ inscription │ 141 │ 39 │ 102 │ 0.723404255319149 │ 73.78723404255321 │ |
| │ 10 │ vase fermé │ 71 │ 0 │ 71 │ 1.0 │ 71.0 │ |
| │ 11 │ alabastre │ 76 │ 4 │ 72 │ 0.9473684210526315 │ 68.21052631578947 │ |
| │ 12 │ vase plastique │ 63 │ 0 │ 63 │ 1.0 │ 63.0 │ |
| │ 13 │ applique de vêtement │ 50 │ 3 │ 47 │ 0.94 │ 44.18 │ |
| │ 14 │ stèle │ 75 │ 18 │ 57 │ 0.76 │ 43.32 │ |
| │ 15 │ plat │ 87 │ 29 │ 58 │ 0.6666666666666666 │ 38.666666666666664 │ |
| │ 16 │ vase ouvert │ 37 │ 0 │ 37 │ 1.0 │ 37.0 │ |
| │ 17 │ élément de collier │ 59 │ 14 │ 45 │ 0.7627118644067796 │ 34.32203389830508 │ |
| │ 18 │ plaque Campana │ 35 │ 1 │ 34 │ 0.9714285714285714 │ 33.028571428571425 │ |
| │ 19 │ pyxis │ 96 │ 41 │ 55 │ 0.5729166666666666 │ 31.510416666666664 │ |
| │ … │ … │ … │ … │ … │ … │ … │ |
| ├────┼──────────────────────┼─────────┼─────┼─────┼────────────────────┼────────────────────┤ |
| │ - │ keyword │ support │ tp │ fn │ miss_rate │ weighted_miss │ |
| └────┴──────────────────────┴─────────┴─────┴─────┴────────────────────┴────────────────────┘ |
| Displaying 6 cols from 20 first rows of siglip_index_denomination.error_analysis.csv |
Which is just a wrap over the pure txt table:
┌────┬──────────────────────┬─────────┬─────┬─────┬────────────────────┬────────────────────┐
│ - │ keyword │ support │ tp │ fn │ miss_rate │ weighted_miss │
├────┼──────────────────────┼─────────┼─────┼─────┼────────────────────┼────────────────────┤
│ 0 │ fragment │ 1220 │ 553 │ 667 │ 0.5467213114754098 │ 364.6631147540983 │
│ 1 │ coupe │ 313 │ 20 │ 293 │ 0.9361022364217252 │ 274.2779552715655 │
│ 2 │ figurine │ 299 │ 69 │ 230 │ 0.7692307692307693 │ 176.92307692307693 │
│ 3 │ lécythe │ 145 │ 0 │ 145 │ 1.0 │ 145.0 │
│ 4 │ amphore │ 160 │ 10 │ 150 │ 0.9375 │ 140.625 │
│ 5 │ œnochoé │ 136 │ 0 │ 136 │ 1.0 │ 136.0 │
│ 6 │ cratère │ 100 │ 0 │ 100 │ 1.0 │ 100.0 │
│ 7 │ tête │ 171 │ 43 │ 128 │ 0.7485380116959064 │ 95.812865497076 │
│ 8 │ statue │ 171 │ 45 │ 126 │ 0.7368421052631579 │ 92.84210526315788 │
│ 9 │ inscription │ 141 │ 39 │ 102 │ 0.723404255319149 │ 73.78723404255321 │
│ 10 │ vase fermé │ 71 │ 0 │ 71 │ 1.0 │ 71.0 │
│ 11 │ alabastre │ 76 │ 4 │ 72 │ 0.9473684210526315 │ 68.21052631578947 │
│ 12 │ vase plastique │ 63 │ 0 │ 63 │ 1.0 │ 63.0 │
│ 13 │ applique de vêtement │ 50 │ 3 │ 47 │ 0.94 │ 44.18 │
│ 14 │ stèle │ 75 │ 18 │ 57 │ 0.76 │ 43.32 │
│ 15 │ plat │ 87 │ 29 │ 58 │ 0.6666666666666666 │ 38.666666666666664 │
│ 16 │ vase ouvert │ 37 │ 0 │ 37 │ 1.0 │ 37.0 │
│ 17 │ élément de collier │ 59 │ 14 │ 45 │ 0.7627118644067796 │ 34.32203389830508 │
│ 18 │ plaque Campana │ 35 │ 1 │ 34 │ 0.9714285714285714 │ 33.028571428571425 │
│ 19 │ pyxis │ 96 │ 41 │ 55 │ 0.5729166666666666 │ 31.510416666666664 │
│ … │ … │ … │ … │ … │ … │ … │
├────┼──────────────────────┼─────────┼─────┼─────┼────────────────────┼────────────────────┤
│ - │ keyword │ support │ tp │ fn │ miss_rate │ weighted_miss │
└────┴──────────────────────┴─────────┴─────┴─────┴────────────────────┴────────────────────┘
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels