grimjim nielsr HF staff commited on
Commit
9822d5e
·
verified ·
1 Parent(s): ab3a4c1

Add task category and link to paper (#2)

Browse files

- Add task category and link to paper (a64897c66fdafb968887a058c1436a4770673871)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +5 -2
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://arxiv.org/abs/2408.11779)
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.