Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

daekeun-ml
/
koelectra-small-v3-nsmc

Text Classification
Transformers
PyTorch
Safetensors
Korean
electra
classification
Model card Files Files and versions
xet
Community
2

Instructions to use daekeun-ml/koelectra-small-v3-nsmc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use daekeun-ml/koelectra-small-v3-nsmc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="daekeun-ml/koelectra-small-v3-nsmc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("daekeun-ml/koelectra-small-v3-nsmc")
    model = AutoModelForSequenceClassification.from_pretrained("daekeun-ml/koelectra-small-v3-nsmc")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
koelectra-small-v3-nsmc
114 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
daekeun-ml's picture
daekeun-ml
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
d1c0233 verified about 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#2) about 1 year ago
  • README.md
    5.1 kB
    Update README.md over 3 years ago
  • config.json
    914 Bytes
    20211205 over 4 years ago
  • model.safetensors
    56.5 MB
    xet
    Adding `safetensors` variant of this model (#2) about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    56.6 MB
    xet
    20211205 over 4 years ago
  • special_tokens_map.json
    112 Bytes
    20211205 over 4 years ago
  • tokenizer.json
    534 kB
    20211205 over 4 years ago
  • tokenizer_config.json
    414 Bytes
    20211230 over 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "__builtin__.tuple",
    • "attrdict.dictionary.AttrDict"

    How to fix it?

    1.52 kB
    xet
    20211205 over 4 years ago
  • vocab.txt
    263 kB
    20211205 over 4 years ago