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

  • Log In
  • Sign Up

blueapple8259
/
tzem-instruct

Question Answering
Transformers
Safetensors
Korean
llama
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use blueapple8259/tzem-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use blueapple8259/tzem-instruct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="blueapple8259/tzem-instruct")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("blueapple8259/tzem-instruct")
    model = AutoModelForCausalLM.from_pretrained("blueapple8259/tzem-instruct")
  • Notebooks
  • Google Colab
  • Kaggle
tzem-instruct
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
blueapple8259's picture
blueapple8259
Update tokenizer_config.json
41f7809 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.69 kB
    Update README.md over 1 year ago
  • config.json
    790 Bytes
    Upload 6 files over 1 year ago
  • generation_config.json
    164 Bytes
    Upload 6 files over 1 year ago
  • model.safetensors
    395 MB
    xet
    Upload 6 files over 1 year ago
  • special_tokens_map.json
    464 Bytes
    Upload 6 files over 1 year ago
  • tokenizer.json
    4.97 MB
    Upload 6 files over 1 year ago
  • tokenizer_config.json
    49.9 kB
    Update tokenizer_config.json over 1 year ago