Improve metadata, add link to Github repository
Browse filesThis PR improves the metadata of the model.
Would be great to update the other model cards too :)
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
|