Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AIAT
/
Kiddee-qatable1

Table Question Answering
Transformers
Safetensors
Thai
English
llama
text-generation
code
openthaigpt
text-generation-inference
Model card Files Files and versions
xet
Community
1

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
Kiddee-qatable1 / main4
26.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Panjapong's picture
Panjapong
Upload folder using huggingface_hub
f627408 verified about 2 years ago
  • train.py
    1.27 kB
    Upload folder using huggingface_hub about 2 years ago
  • zero_to_fp32.py
    25.3 kB
    Upload folder using huggingface_hub about 2 years ago