Add text-generation task category to metadata

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
 
 
 
 
5
  tags:
6
  - text-to-sql
7
  - benchmark
8
  - snowflake
9
  - spider
10
  - ai-functions
11
- pretty_name: Spider2-AIFunc
12
  ---
13
 
14
  <h1 align="center">Spider2-AIFunc</h1>
@@ -39,4 +41,4 @@ ds = load_dataset("tianyang/spider2-aifunc")
39
  print(ds["train"][0])
40
  ```
41
 
42
- For setup instructions, attribution, terms, evaluation details, examples, and baseline code, see the [GitHub repository](https://github.com/Leolty/Spider2-AIFunc).
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
+ pretty_name: Spider2-AIFunc
6
+ task_categories:
7
+ - text-generation
8
  tags:
9
  - text-to-sql
10
  - benchmark
11
  - snowflake
12
  - spider
13
  - ai-functions
 
14
  ---
15
 
16
  <h1 align="center">Spider2-AIFunc</h1>
 
41
  print(ds["train"][0])
42
  ```
43
 
44
+ For setup instructions, attribution, terms, evaluation details, examples, and baseline code, see the [GitHub repository](https://github.com/Leolty/Spider2-AIFunc).