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

  • Log In
  • Sign Up

DebeshSahoo
/
text2sql-finetune

Text Classification
Transformers
PyTorch
t5
text2text-generation
code
Model card Files Files and versions
xet
Community
1

Instructions to use DebeshSahoo/text2sql-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DebeshSahoo/text2sql-finetune with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="DebeshSahoo/text2sql-finetune")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("DebeshSahoo/text2sql-finetune")
    model = AutoModelForSeq2SeqLM.from_pretrained("DebeshSahoo/text2sql-finetune")
  • Notebooks
  • Google Colab
  • Kaggle
text2sql-finetune
489 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
DebeshSahoo's picture
DebeshSahoo
update
d773610 almost 3 years ago
  • Models
    text2sql almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    2.18 kB
    update almost 3 years ago
  • config.json
    1.5 kB
    text2sql almost 3 years ago
  • generation_config.json
    142 Bytes
    text2sql almost 3 years ago
  • pytorch_model.bin
    242 MB
    xet
    text2sql almost 3 years ago
  • special_tokens_map.json
    2.2 kB
    text2sql almost 3 years ago
  • tokenizer.json
    2.42 MB
    text2sql almost 3 years ago
  • tokenizer_config.json
    2.32 kB
    text2sql almost 3 years ago