kppkkp/OneChart at main (original) (raw)
- Models
- Datasets
- Spaces
- Buckets new
- Docs
- Enterprise
- Pricing
- Website
* Tasks
* HuggingChat
* Collections
* Languages
* Organizations - Community
* Blog
* Posts
* Daily Papers
* Learn
* Discord
* Forum
* GitHub - Solutions
* Team & Enterprise
* Hugging Face PRO
* Enterprise Support
* Inference Providers
* Inference Endpoints
* Storage Buckets
- Website
- Log In
- Sign Up
Instructions to use kppkkp/OneChart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kppkkp/OneChart with Transformers:
Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("image-feature-extraction", model="kppkkp/OneChart", trust_remote_code=True)
Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("kppkkp/OneChart", trust_remote_code=True, dtype="auto")
- Notebooks
- Google Colab
- Kaggle