johnsonchromia commited on
Commit
1fbe3a5
·
verified ·
1 Parent(s): a9c933d

Add Acknowledgements (Unsloth, TRL, heretic, autoresearch)

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -90,6 +90,12 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
90
  model = AutoModelForCausalLM.from_pretrained("evalengine/unbound-e2b")
91
  tok = AutoTokenizer.from_pretrained("evalengine/unbound-e2b")
92
  ```
 
 
 
 
 
 
93
  ## License
94
 
95
  Apache-2.0, inherited from `google/gemma-4-E2B-it`.
 
90
  model = AutoModelForCausalLM.from_pretrained("evalengine/unbound-e2b")
91
  tok = AutoTokenizer.from_pretrained("evalengine/unbound-e2b")
92
  ```
93
+ ## Acknowledgements
94
+
95
+ - Fine-tuned with [Unsloth](https://github.com/unslothai/unsloth) + Huggingface's [TRL](https://github.com/huggingface/trl).
96
+ - Abliteration via [heretic](https://github.com/p-e-w/heretic).
97
+ - Environment and training discipline ported from [autoresearch](https://github.com/karpathy/autoresearch).
98
+
99
  ## License
100
 
101
  Apache-2.0, inherited from `google/gemma-4-E2B-it`.