Add task category and link to paper
#2
by
nielsr
HF Staff
- opened
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.
|