Add task category, license and link to paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  dataset_info:
3
  features:
4
  - name: id
@@ -37,7 +40,7 @@ configs:
37
 
38
  # TextPecker-1.5M: A Dataset for Training and evaluating TextPecker
39
 
40
- This repository contains the **TextPecker-1.5M** dataset, a new benchmark proposed in the paper "[TextPecker: Rewarding Structural Anomaly Quantification for Enhancing Visual Text Rendering](https://arxiv.org/abs/2602.xxxxx)".
41
 
42
 
43
  ## Code and Project Page
@@ -62,7 +65,7 @@ train_data = load_dataset("CIawevy/TextPecker-1.5M", "default", split="train")
62
  test_data = load_dataset("CIawevy/TextPecker-1.5M", "default", split="test")
63
  ```
64
 
65
- For detailed instructions on installation, model download, evaluation, and running demos with the FreeFine framework, please refer to the [GitHub repository](https://github.com/CIawevy/TextPecker).
66
 
67
  ## Citation
68
 
 
1
  ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-to-text
5
  dataset_info:
6
  features:
7
  - name: id
 
40
 
41
  # TextPecker-1.5M: A Dataset for Training and evaluating TextPecker
42
 
43
+ This repository contains the **TextPecker-1.5M** dataset, a new benchmark proposed in the paper "[TextPecker: Rewarding Structural Anomaly Quantification for Enhancing Visual Text Rendering](https://arxiv.org/abs/2602.20903)".
44
 
45
 
46
  ## Code and Project Page
 
65
  test_data = load_dataset("CIawevy/TextPecker-1.5M", "default", split="test")
66
  ```
67
 
68
+ For detailed instructions on installation, model download, evaluation, and running demos, please refer to the [GitHub repository](https://github.com/CIawevy/TextPecker).
69
 
70
  ## Citation
71