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

howey
/
electra-small-qqp

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

Instructions to use howey/electra-small-qqp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use howey/electra-small-qqp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="howey/electra-small-qqp")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("howey/electra-small-qqp")
    model = AutoModelForSequenceClassification.from_pretrained("howey/electra-small-qqp")
  • Notebooks
  • Google Colab
  • Kaggle
electra-small-qqp
54.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
howey's picture
howey
Update from ubuntu
70b7dfd about 5 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • all_results.json
    377 Bytes
    Update from ubuntu about 5 years ago
  • config.json
    761 Bytes
    Update from ubuntu about 5 years ago
  • eval_results.json
    276 Bytes
    Update from ubuntu about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    54.3 MB
    xet
    Update from ubuntu about 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update from ubuntu about 5 years ago
  • tokenizer_config.json
    302 Bytes
    Update from ubuntu about 5 years ago
  • train_results.json
    121 Bytes
    Update from ubuntu about 5 years ago
  • trainer_state.json
    8.83 kB
    Update from ubuntu about 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.training_args.TrainingArguments",
    • "torch.device",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    2.42 kB
    xet
    Update from ubuntu about 5 years ago
  • vocab.txt
    232 kB
    Update from ubuntu about 5 years ago