Instructions to use opticalmaterials/opticaltable_sqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use opticalmaterials/opticaltable_sqa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="opticalmaterials/opticaltable_sqa")# Load model directly from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("opticalmaterials/opticaltable_sqa") model = AutoModelForTableQuestionAnswering.from_pretrained("opticalmaterials/opticaltable_sqa") - Notebooks
- Google Colab
- Kaggle
Commit ·
7ab37ca
1
Parent(s): f40cdb4
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b088c9a18e01732ec46816913973ba3ebdc3784ed52eddb6d1c77cf80d3bc71e
|
| 3 |
+
size 442763039
|