Table Question Answering
Transformers
Safetensors
Thai
English
llama
text-generation
code
openthaigpt
text-generation-inference
Instructions to use AIAT/Kiddee-qatable1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIAT/Kiddee-qatable1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="AIAT/Kiddee-qatable1")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("AIAT/Kiddee-qatable1") model = AutoModelForCausalLM.from_pretrained("AIAT/Kiddee-qatable1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- AIAT/Kiddee-data1234
|
| 5 |
+
language:
|
| 6 |
+
- th
|
| 7 |
+
- en
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
pipeline_tag: table-question-answering
|
| 11 |
+
---
|