Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ Llama-3.1-Centaur-70B is a foundation model of cognition model that can predict
|
|
16 |
|
17 |
### Usage:
|
18 |
|
19 |
-
Note that Centaur is trained on a data set in which human choices are
|
20 |
|
21 |
-
You can use the model using HuggingFace Transformers library with 2 or more 80GB GPUs (NVIDIA Ampere or newer) with at least 150GB of free disk space to
|
22 |
|
23 |
```python
|
24 |
import torch
|
|
|
16 |
|
17 |
### Usage:
|
18 |
|
19 |
+
Note that Centaur is trained on a data set in which human choices are encapsulated by "<<" and ">>" tokens. For optimal performance, it is recommended to adjust prompts accordingly.
|
20 |
|
21 |
+
You can use the model using HuggingFace Transformers library with 2 or more 80GB GPUs (NVIDIA Ampere or newer) with at least 150GB of free disk space to accommodate the download.
|
22 |
|
23 |
```python
|
24 |
import torch
|