arcane-33b-lora / README.md
ar3xop's picture
Upload README.md with huggingface_hub
410f4b2 verified
|
Raw
History Blame Contribute Delete
548 Bytes
metadata
language:
  - en
license: llama2
tags:
  - arcane
  - lora
  - mental-health
  - peft
pipeline_tag: text-generation

Arcane-33B-LoRA

Arcane-33B-LoRA is a parameter-efficient fine-tuning (PEFT) adapter module providing high-precision mental health analysis and explanation generation.

Usage

from peft import AutoPeftModelForCausalLM
from transformers import AutoTokenizer

model_id = "ar3xop/arcane-33b-lora"
peft_model = AutoPeftModelForCausalLM.from_pretrained(model_id)
tokenizer = AutoTokenizer.from_pretrained(model_id)