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](https://huggingface.co/NousResearch/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 | |