marcelbinz's picture
Update README.md
b61c08f verified
|
raw
history blame
1.27 kB
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.

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.