WellnessAI-3B / README.md
AdityaKothari's picture
Update README.md
d863e2f verified
|
raw
history blame
No virus
753 Bytes
metadata
base_model: meta-llama/Llama-3.2-3B
language:
  - en
license: apache-2.0
tags:
  - text-generation-inference
  - transformers
  - unsloth
  - llama
  - gguf

Uploaded model

  • Developed by: AdityaKothari
  • License: apache-2.0
  • Finetuned from model : meta-llama/Llama-3.2-3B
  • Dataset: Tom158/Nutritional-LLama

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.

Usage

Load model directly

from transformers import AutoModel model = AutoModel.from_pretrained("AdityaKothari/WellnessAI-3B")