File size: 979 Bytes
a919fed ae8fd6a fdebcf6 a919fed ae8fd6a a919fed ae8fd6a fdebcf6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
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
<!-- ml-intern-provenance -->
## Generated by ML Intern
This model repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
- Try ML Intern: https://smolagents-ml-intern.hf.space
- Source code: https://github.com/huggingface/ml-intern
## Usage
```python
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.
|