V.AISTUDIO / README.md
bep40's picture
Update ML Intern artifact metadata
fdebcf6 verified
|
Raw
History Blame Contribute Delete
979 Bytes
metadata
title: V.AI STUDIO
emoji: 🏠
colorFrom: blue
colorTo: teal
sdk: static
pinned: false
tags:
  - ml-intern

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

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 = 'bep40/V.AISTUDIO'
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

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