Instructions to use google/tapas-medium-finetuned-wtq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/tapas-medium-finetuned-wtq with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="google/tapas-medium-finetuned-wtq")# Load model directly from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("google/tapas-medium-finetuned-wtq") model = AutoModelForTableQuestionAnswering.from_pretrained("google/tapas-medium-finetuned-wtq") - Notebooks
- Google Colab
- Kaggle
First commit with absolute position embeddings
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
| 37 |
"num_hidden_layers": 8,
|
| 38 |
"pad_token_id": 0,
|
| 39 |
"positive_label_weight": 10.0,
|
| 40 |
-
"reset_position_index_per_cell":
|
| 41 |
"select_one_column": true,
|
| 42 |
"softmax_temperature": 1.0,
|
| 43 |
"temperature": 0.0352513,
|
|
|
|
| 37 |
"num_hidden_layers": 8,
|
| 38 |
"pad_token_id": 0,
|
| 39 |
"positive_label_weight": 10.0,
|
| 40 |
+
"reset_position_index_per_cell": false,
|
| 41 |
"select_one_column": true,
|
| 42 |
"softmax_temperature": 1.0,
|
| 43 |
"temperature": 0.0352513,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 167688391
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:800535267c5f94b4616bdb783da7aaac80ee2d929a2a8aded188bfcaf0de31b9
|
| 3 |
size 167688391
|