jingjietan
commited on
Commit
•
aca701d
1
Parent(s):
3b2d57e
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ dataset_info:
|
|
9 |
dtype: string
|
10 |
- name: A
|
11 |
dtype: string
|
12 |
-
- name: N
|
13 |
dtype: string
|
14 |
- name: ptype
|
15 |
dtype: string
|
@@ -38,6 +38,15 @@ configs:
|
|
38 |
path: data/validation-*
|
39 |
- split: test
|
40 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
---
|
42 |
# Personality Dataset
|
43 |
|
|
|
9 |
dtype: string
|
10 |
- name: A
|
11 |
dtype: string
|
12 |
+
- name: 'N'
|
13 |
dtype: string
|
14 |
- name: ptype
|
15 |
dtype: string
|
|
|
38 |
path: data/validation-*
|
39 |
- split: test
|
40 |
path: data/test-*
|
41 |
+
license: apache-2.0
|
42 |
+
task_categories:
|
43 |
+
- text-classification
|
44 |
+
language:
|
45 |
+
- en
|
46 |
+
tags:
|
47 |
+
- code
|
48 |
+
size_categories:
|
49 |
+
- 1K<n<10K
|
50 |
---
|
51 |
# Personality Dataset
|
52 |
|