marcelbinz commited on
Commit
a0d37b2
·
verified ·
1 Parent(s): 27f7299

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -29,7 +29,7 @@ model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.bfloa
29
  tokenizer = AutoTokenizer.from_pretrained(model_name)
30
  ```
31
 
32
- Alternatively, you can run the model using unsloth on a single 80GB GPU using the [low-rank adapter](https://huggingface.co/marcelbinz/Llama-3.1-Centaur-70B-adapter).
33
 
34
 
35
  ### Licensing Information
@@ -38,6 +38,16 @@ Alternatively, you can run the model using unsloth on a single 80GB GPU using th
38
 
39
  ### Citation Information
40
 
41
- Forthcoming.
 
 
 
 
 
 
 
 
 
 
42
 
43
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
29
  tokenizer = AutoTokenizer.from_pretrained(model_name)
30
  ```
31
 
32
+ You can alternatively run the model with unsloth on a single 80GB GPU using the [low-rank adapter](https://huggingface.co/marcelbinz/Llama-3.1-Centaur-70B-adapter).
33
 
34
 
35
  ### Licensing Information
 
38
 
39
  ### Citation Information
40
 
41
+ ```
42
+ @misc{binz2024centaurfoundationmodelhuman,
43
+ title={Centaur: a foundation model of human cognition},
44
+ author={Marcel Binz and Elif Akata and Matthias Bethge and Franziska Brändle and Fred Callaway and Julian Coda-Forno and Peter Dayan and Can Demircan and Maria K. Eckstein and Noémi Éltető and Thomas L. Griffiths and Susanne Haridi and Akshay K. Jagadish and Li Ji-An and Alexander Kipnis and Sreejan Kumar and Tobias Ludwig and Marvin Mathony and Marcelo Mattar and Alireza Modirshanechi and Surabhi S. Nath and Joshua C. Peterson and Milena Rmus and Evan M. Russek and Tankred Saanum and Natalia Scharfenberg and Johannes A. Schubert and Luca M. Schulze Buschoff and Nishad Singhi and Xin Sui and Mirko Thalmann and Fabian Theis and Vuong Truong and Vishaal Udandarao and Konstantinos Voudouris and Robert Wilson and Kristin Witte and Shuchen Wu and Dirk Wulff and Huadong Xiong and Eric Schulz},
45
+ year={2024},
46
+ eprint={2410.20268},
47
+ archivePrefix={arXiv},
48
+ primaryClass={cs.LG},
49
+ url={https://arxiv.org/abs/2410.20268},
50
+ }
51
+ ```
52
 
53
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)