CoolFace
Modelpublic

cschung7/behavioral-economics-hermes

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes10downloads
Model Card

Behavioral Economics Hermes

This is a fine-tuned version of Hermes-3-Llama-3.1-8B for behavioral economics conversations in English and Korean.

Model Description

  • Fine-tuned from: NousResearch/Hermes-3-Llama-3.1-8B
  • Task: Behavioral Economics Conversations
  • Languages: English & Korean
  • License: Apache 2.0

Usage

python

from transformers import AutoTokenizer, AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("cschung7/behavioral-economics-hermes")
tokenizer = AutoTokenizer.from_pretrained("cschung7/behavioral-economics-hermes")

Add and commit the changes

git add README.md git commit -m "Update README with correct model metadata"

Try pushing again

git push