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