marcelbinz
commited on
Commit
•
1388208
1
Parent(s):
2cd70c2
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,8 @@ Llama-3.1-Centaur-70B is a foundation model of cognition model that can predict
|
|
16 |
|
17 |
### Usage:
|
18 |
|
|
|
|
|
19 |
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 accomodate the download.
|
20 |
|
21 |
```python
|
|
|
16 |
|
17 |
### Usage:
|
18 |
|
19 |
+
Note that Centaur is trained on a data set in which human choices are encapsuled 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 accomodate the download.
|
22 |
|
23 |
```python
|