BrandonZYW commited on
Commit
d0101c1
1 Parent(s): 75e69c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -3,9 +3,10 @@ configs:
3
  - config_name: intent
4
  data_files:
5
  - split: test
6
- path: "intent.csv"
7
  - config_name: emotion
8
  data_files:
9
  - split: test
10
- path: "emotion.csv"
11
- ---
 
 
3
  - config_name: intent
4
  data_files:
5
  - split: test
6
+ path: intent.csv
7
  - config_name: emotion
8
  data_files:
9
  - split: test
10
+ path: emotion.csv
11
+ license: mit
12
+ ---