Add task category and link to paper
Browse filesThis PR ensures the dataset can be found at https://huggingface.co/datasets?task_categories=task_categories:text-classification and links to https://huggingface.co/papers/2408.11779.
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
-
license: cc0-1.0
|
3 |
language:
|
4 |
- en
|
|
|
5 |
size_categories:
|
6 |
- n=300
|
7 |
- n<1K
|
|
|
|
|
8 |
---
|
|
|
9 |
Adapted from
|
10 |
-
["Personality Alignment of Large Language Models" by Minjun Zhu and Linyi Yang and Yue Zhang](https://
|
11 |
and the associated [GitHub repository zhu-minjun/PAlign](https://github.com/zhu-minjun/PAlign).
|
12 |
The contents of said repo were declared public domain; in that spirit, this Alpaca-formatted file has also been released as public domain.
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: cc0-1.0
|
5 |
size_categories:
|
6 |
- n=300
|
7 |
- n<1K
|
8 |
+
task_categories:
|
9 |
+
- text-classification
|
10 |
---
|
11 |
+
|
12 |
Adapted from
|
13 |
+
["Personality Alignment of Large Language Models" by Minjun Zhu and Linyi Yang and Yue Zhang](https://huggingface.co/papers/2408.11779)
|
14 |
and the associated [GitHub repository zhu-minjun/PAlign](https://github.com/zhu-minjun/PAlign).
|
15 |
The contents of said repo were declared public domain; in that spirit, this Alpaca-formatted file has also been released as public domain.
|