You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Configuration Parsing Warning:Config file tokenizer_config.json cannot be fetched (too big)

Llama-3-70B Literary Fine-tune v2

Fine-tuned on literary analysis and creative writing.

Usage

from transformers import AutoTokenizer, AutoModelForCausalLM
from peft import PeftModel

# Load base model
base_model = AutoModelForCausalLM.from_pretrained(
    "meta-llama/Meta-Llama-3-70B",
    load_in_4bit=True,
    device_map="auto"
)

# Load tokenizer and adapter
tokenizer = AutoTokenizer.from_pretrained("davidcondrey/llama3-70b-lit-rev2")
model = PeftModel.from_pretrained(base_model, "davidcondrey/llama3-70b-lit-rev2")
Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for davidcondrey/llama-3.3-70B-i-ft-rev2

Adapter
(7)
this model