Add pipeline tag, library name, and link to paper and code (#1)
Browse files- Add pipeline tag, library name, and link to paper and code (bcf5b7825d98d048808fd407b0a2a237b0346d40)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -2,4 +2,10 @@
|
|
2 |
base_model: unsloth/mistral-nemo-instruct-2407-bnb-4bit
|
3 |
datasets:
|
4 |
- vicgalle/creative-rubrics-preferences
|
|
|
|
|
5 |
---
|
|
|
|
|
|
|
|
|
|
2 |
base_model: unsloth/mistral-nemo-instruct-2407-bnb-4bit
|
3 |
datasets:
|
4 |
- vicgalle/creative-rubrics-preferences
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
+
|
9 |
+
This is a LoRA adapter for `unsloth/mistral-nemo-instruct-2407-bnb-4bit` and was trained using the code and dataset described in the paper [Configurable Preference Tuning with Rubric-Guided Synthetic Data](https://huggingface.co/papers/2506.11702).
|
10 |
+
|
11 |
+
The code is available at https://github.com/vicgalle/configurable-preference-tuning.
|