marcelbinz commited on
Commit
f4bfe26
·
verified ·
1 Parent(s): 1388208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 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
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