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

  • Log In
  • Sign Up

cosmoquester
/
bart-ko-small

Transformers
PyTorch
google-tensorflow TensorFlow
Korean
bart
text2text-generation
Model card Files Files and versions
xet
Community
1

Instructions to use cosmoquester/bart-ko-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cosmoquester/bart-ko-small with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("cosmoquester/bart-ko-small")
    model = AutoModelForSeq2SeqLM.from_pretrained("cosmoquester/bart-ko-small")
  • Notebooks
  • Google Colab
  • Kaggle
bart-ko-small
326 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
cosmoquester's picture
cosmoquester
docs: Add benchamark table
32c6ec5 over 4 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    2.68 kB
    docs: Add benchamark table over 4 years ago
  • config.json
    1.03 kB
    update: Model checkpoints almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    162 MB
    xet
    update: Update Model over 4 years ago
  • special_tokens_map.json
    134 Bytes
    feat: Add Pretrained tokenizer almost 5 years ago
  • tf_model.h5
    162 MB
    xet
    update: Update Model over 4 years ago
  • tokenizer.json
    1.39 MB
    feat: Add Pretrained tokenizer almost 5 years ago
  • tokenizer_config.json
    134 Bytes
    feat: Add Pretrained tokenizer almost 5 years ago