Instructions to use Zx63TE/ChartPrem with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zx63TE/ChartPrem with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Zx63TE/ChartPrem", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Visual Premise Proving
|
| 2 |
|
| 3 |
check files for Pix2Struct checkpoint of ChartPrem
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- sal4ahm/RealCQA
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
library_name: transformers
|
| 8 |
+
tags:
|
| 9 |
+
- pix2struct
|
| 10 |
+
- matcha
|
| 11 |
+
- vpp
|
| 12 |
+
---
|
| 13 |
Visual Premise Proving
|
| 14 |
|
| 15 |
check files for Pix2Struct checkpoint of ChartPrem
|