Add license and link to code (#2)
Browse files- Add license and link to code (8609842dcb647192f8109dd170639ace09a0a535)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -2,8 +2,9 @@
|
|
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).
|
|
|
2 |
base_model: unsloth/mistral-nemo-instruct-2407-bnb-4bit
|
3 |
datasets:
|
4 |
- vicgalle/creative-rubrics-preferences
|
|
|
5 |
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
license: apache-2.0
|
8 |
---
|
9 |
|
10 |
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).
|