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

classla
/
bcms-bertic-parlasent-bcs-bi

Text Classification
Transformers
PyTorch
Croatian
electra
sentiment-analysis
Model card Files Files and versions
xet
Community
1

Instructions to use classla/bcms-bertic-parlasent-bcs-bi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use classla/bcms-bertic-parlasent-bcs-bi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="classla/bcms-bertic-parlasent-bcs-bi")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("classla/bcms-bertic-parlasent-bcs-bi")
    model = AutoModelForSequenceClassification.from_pretrained("classla/bcms-bertic-parlasent-bcs-bi")
  • Notebooks
  • Google Colab
  • Kaggle
bcms-bertic-parlasent-bcs-bi
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
5roop's picture
5roop
Update model card.
526844d almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    3.35 kB
    Update model card. almost 4 years ago
  • config.json
    957 Bytes
    Add label mapping to config almost 4 years ago
  • model_args.json
    2.61 kB
    Fix the 2 label issue. almost 4 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    885 MB
    xet
    Fix the 2 label issue. almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    Fix the 2 label issue. almost 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    Upload scheduler.pt almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tokenizer.json
    734 kB
    Upload tokenizer.json almost 4 years ago
  • tokenizer_config.json
    367 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.18 kB
    xet
    Fix the 2 label issue. almost 4 years ago
  • vocab.txt
    231 kB
    Upload vocab.txt almost 4 years ago