Add task categories to dataset card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
  - zh
 
 
 
 
6
  ---
7
 
8
  # B2NER
@@ -76,4 +79,4 @@ More information can be found in the Appendix of paper.
76
  url = "https://aclanthology.org/2025.coling-main.725/",
77
  pages = "10902--10923"
78
  }
79
- ```
 
1
  ---
 
2
  language:
3
  - en
4
  - zh
5
+ license: mit
6
+ task_categories:
7
+ - text-classification
8
+ - token-classification
9
  ---
10
 
11
  # B2NER
 
79
  url = "https://aclanthology.org/2025.coling-main.725/",
80
  pages = "10902--10923"
81
  }
82
+ ```