cschung7's picture
Update model configuration with correct base model path
b2c4877
|
raw
history blame
976 Bytes
metadata
base_model: NousResearch/Hermes-3-Llama-3.1-8B
tags:
  - generated_from_trainer
model-index:
  - name: Behavioral Economics Hermes
    results: []
language:
  - en
  - ko
license: apache-2.0

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


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