AurelPx's picture
Update ML Intern artifact metadata
fb6d066 verified
|
raw
history blame
734 Bytes
metadata
tags:
  - ml-intern

AurelPx/IncomeSlayer-9000

Generated by ML Intern

This model repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "AurelPx/IncomeSlayer-9000"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

For non-causal architectures, replace AutoModelForCausalLM with the appropriate AutoModel class.