Text Generation
Transformers
Safetensors
conversational
vicgalle nielsr HF Staff commited on
Commit
971f693
·
verified ·
1 Parent(s): 4729019

Add pipeline tag, library name, license, link to paper and Github repo (#1)

Browse files

- Add pipeline tag, library name, license, link to paper and Github repo (d3e54f6aa051a421bdb3689d812755544ada16fa)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -2,4 +2,11 @@
2
  base_model: unsloth/Qwen3-4B-unsloth-bnb-4bit
3
  datasets:
4
  - vicgalle/creative-rubrics-preferences
 
 
 
5
  ---
 
 
 
 
 
2
  base_model: unsloth/Qwen3-4B-unsloth-bnb-4bit
3
  datasets:
4
  - vicgalle/creative-rubrics-preferences
5
+ license: apache-2.0
6
+ library_name: transformers
7
+ pipeline_tag: text-generation
8
  ---
9
+
10
+ This repository contains the CPT-tuned model described in [Configurable Preference Tuning with Rubric-Guided Synthetic Data](https://huggingface.co/papers/2506.11702).
11
+
12
+ The training code is available at https://github.com/vicgalle/configurable-preference-tuning.