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("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
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (8436442369386c7a58cd96774510bc443b93869c)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15ab0e9971384db1f17414d6b1e4d9d55bfcdb80d810dfb161b316fb10b6220b
|
| 3 |
+
size 524672832
|