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
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
Panjapong's picture
Panjapong
Upload model.safetensors with huggingface_hub
fbf7944 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.51 kB
    Update README.md about 2 years ago
  • added_tokens.json
    94 Bytes
    Upload added_tokens.json with huggingface_hub about 2 years ago
  • config.json
    713 Bytes
    Upload config.json with huggingface_hub about 2 years ago
  • generation_config.json
    111 Bytes
    Upload generation_config.json with huggingface_hub about 2 years ago
  • model.safetensors
    26.2 GB
    xet
    Upload model.safetensors with huggingface_hub about 2 years ago
  • special_tokens_map.json
    507 Bytes
    Upload special_tokens_map.json with huggingface_hub about 2 years ago
  • tokenizer.model
    718 kB
    xet
    Upload tokenizer.model with huggingface_hub about 2 years ago
  • tokenizer_config.json
    1.89 kB
    Upload tokenizer_config.json with huggingface_hub about 2 years ago