nielsr HF Staff commited on
Commit
8609842
·
verified ·
1 Parent(s): 485e48d

Add license and link to code

Browse files

This PR adds the Apache 2.0 license and ensures that the link to the code repository is present in the model card.

Files changed (1) hide show
  1. README.md +2 -1
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).