marcelbinz commited on
Commit
5fb92fc
·
verified ·
1 Parent(s): 180af48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: llama3.1
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ datasets:
4
+ - marcelbinz/Psych-101
5
+ tags:
6
+ - Psychology
7
+ ---
8
+
9
+
10
+ ### Model Summary:
11
+
12
+ Llama-3.1-Centaur-70B is a foundation model of cognition model that can predict and simulate human behavior in any behavioral experiment expressed in natural language.
13
+
14
+
15
+ - **Paper:** [Centaur: a foundation model of human cognition](https://arxiv.org/abs/XXX.XXXX)
16
+ - **Point of Contact:** [Marcel Binz](mailto:[email protected])
17
+
18
+ ### Usage:
19
+
20
+ This is the low-rank adapter which runs with unsloth on a single 80GB GPU.
21
+
22
+ ```python
23
+ import torch
24
+
25
+ ```
26
+
27
+ Alternatively, you can also directly use the [merged model](https://huggingface.co/marcelbinz/Llama-3.1-Centaur-70B).
28
+
29
+
30
+ ### Licensing Information
31
+
32
+ [Llama 3.1 Community License Agreement](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct/blob/main/LICENSE)
33
+
34
+ ### Citation Information
35
+
36
+ Forthcoming.
37
+
38
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)