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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

boychaboy
/
kobias_klue-bert-base

Text Classification
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use boychaboy/kobias_klue-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use boychaboy/kobias_klue-bert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="boychaboy/kobias_klue-bert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("boychaboy/kobias_klue-bert-base")
    model = AutoModelForSequenceClassification.from_pretrained("boychaboy/kobias_klue-bert-base", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
kobias_klue-bert-base
443 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
boychaboy's picture
boychaboy
initial commit
d1cc940 about 5 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • config.json
    627 Bytes
    initial commit about 5 years ago
  • pytorch_model.bin
    443 MB
    xet
    initial commit about 5 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.46 kB
    xet
    initial commit about 5 years ago