Improve metadata, add link to Github repository
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
Model trained to accept and resist persuasion as appropriate, introduced by Stengel-Eskin et al. (2024): arxiv.org/abs/2410.14596
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_text: text-generation
|
| 4 |
+
library_name: transformers
|
| 5 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 6 |
---
|
| 7 |
|
| 8 |
+
Model trained to accept and resist persuasion as appropriate, introduced by Stengel-Eskin et al. (2024): arxiv.org/abs/2410.14596
|
| 9 |
+
|
| 10 |
+
Github repository: https://github.com/esteng/persuasion_balanced_training
|