maqiuping59 commited on
Commit
3518e1e
Β·
verified Β·
1 Parent(s): f1750bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  title: Table Markdown Metrics
3
- emoji: πŸ“Š
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 3.19.1
8
  app_file: app.py
9
  pinned: false
10
  tags:
@@ -13,8 +13,9 @@ tags:
13
  - table
14
  - markdown
15
  description: >-
16
- Table evaluation metrics for assessing the matching degree between predicted and reference tables.
17
- It calculates precision, recall, and F1 score for table data extraction or generation tasks.
 
18
  ---
19
 
20
  # Metric Card for Table Markdown Metrics
@@ -99,4 +100,4 @@ Example - Complex table comparison:
99
 
100
  - [Markdown Tables](https://www.markdownguide.org/extended-syntax/#tables)
101
  - [Table Structure Recognition](https://paperswithcode.com/task/table-structure-recognition)
102
- - [Table Extraction](https://paperswithcode.com/task/table-extraction)
 
1
  ---
2
  title: Table Markdown Metrics
3
+ emoji: πŸ“Š
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 5.29.0
8
  app_file: app.py
9
  pinned: false
10
  tags:
 
13
  - table
14
  - markdown
15
  description: >-
16
+ Table evaluation metrics for assessing the matching degree between predicted
17
+ and reference tables. It calculates precision, recall, and F1 score for table
18
+ data extraction or generation tasks.
19
  ---
20
 
21
  # Metric Card for Table Markdown Metrics
 
100
 
101
  - [Markdown Tables](https://www.markdownguide.org/extended-syntax/#tables)
102
  - [Table Structure Recognition](https://paperswithcode.com/task/table-structure-recognition)
103
+ - [Table Extraction](https://paperswithcode.com/task/table-extraction)