metadata
license: llama3.1
tags:
- Psychology
- unsloth
Model Summary:
Llama-3.1-Centaur-70B is a foundation model of human cognition model that can predict and simulate human behavior in any behavioral experiment expressed in natural language.
- Paper: Centaur: a foundation model of human cognition
- Point of Contact: Marcel Binz
Usage:
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.
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
model_name = "marcelbinz/Llama-3.1-Centaur-70B"
model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.bfloat16, device_map="auto")
tokenizer = AutoTokenizer.from_pretrained(model_name)
Licensing Information
Llama 3.1 Community License Agreement
Citation Information
Forthcoming.