normster commited on
Commit
f50c847
·
verified ·
1 Parent(s): 33e8584

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,11 +4,12 @@ datasets:
4
  - normster/RealGuardrails
5
  base_model:
6
  - allenai/OLMo-2-1124-7B
 
7
  ---
8
 
9
  # RealGuardrails Models
10
 
11
- This model was trained on the [RealGuardrails](https://huggingface.co/datasets/normster/RealGuardrails) dataset, an instruction-tuning dataset focused on improving system prompt adherence and precedence. In particular, it was trained via SFT on the `systemmix` split of ~150K examples using our custom training library [torchllms](https://github.com/normster/torchllms).
12
 
13
  ## Training Hyperparameters
14
 
 
4
  - normster/RealGuardrails
5
  base_model:
6
  - allenai/OLMo-2-1124-7B
7
+ library_name: transformers
8
  ---
9
 
10
  # RealGuardrails Models
11
 
12
+ This model was trained on the [RealGuardrails](https://huggingface.co/datasets/normster/RealGuardrails) dataset, an instruction-tuning dataset focused on improving system prompt adherence and precedence. In particular, it was trained via SFT on the `systemmix` split of ~150K examples using our custom training library [torchllms](https://github.com/normster/torchllms) and converted back to a `transformers` compatible checkpoint.
13
 
14
  ## Training Hyperparameters
15