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

  • Log In
  • Sign Up

smartmind
/
albert-kor-base-tweak

Fill-Mask
Transformers
PyTorch
Korean
albert
Model card Files Files and versions
xet
Community
2

Instructions to use smartmind/albert-kor-base-tweak with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use smartmind/albert-kor-base-tweak with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="smartmind/albert-kor-base-tweak")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("smartmind/albert-kor-base-tweak")
    model = AutoModelForMaskedLM.from_pretrained("smartmind/albert-kor-base-tweak")
  • Notebooks
  • Google Colab
  • Kaggle
albert-kor-base-tweak
52.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Bingsu's picture
Bingsu
Create README.md
9e831da over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    256 Bytes
    Create README.md over 3 years ago
  • config.json
    833 Bytes
    Upload AlbertForMaskedLM over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    51 MB
    xet
    Upload AlbertForMaskedLM over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer over 3 years ago
  • tokenizer.json
    1.01 MB
    Upload tokenizer over 3 years ago
  • tokenizer_config.json
    405 Bytes
    Upload tokenizer over 3 years ago
  • vocab.txt
    344 kB
    Upload tokenizer over 3 years ago