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

  • Log In
  • Sign Up

howey
/
electra-large-qqp

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="howey/electra-large-qqp")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("howey/electra-large-qqp")
    model = AutoModelForSequenceClassification.from_pretrained("howey/electra-large-qqp")
  • Notebooks
  • Google Colab
  • Kaggle
electra-large-qqp
1.34 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
Ubuntu
update qqp
1fda2ee almost 5 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • all_results.json
    450 Bytes
    update qqp almost 5 years ago
  • config.json
    813 Bytes
    intial upload almost 5 years ago
  • eval_results.json
    312 Bytes
    update qqp almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.34 GB
    xet
    update qqp almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    intial upload almost 5 years ago
  • tokenizer.json
    466 kB
    intial upload almost 5 years ago
  • tokenizer_config.json
    302 Bytes
    intial upload almost 5 years ago
  • train_results.json
    158 Bytes
    update qqp almost 5 years ago
  • trainer_state.json
    14.4 kB
    update qqp almost 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.42 kB
    xet
    update qqp almost 5 years ago
  • vocab.txt
    232 kB
    intial upload almost 5 years ago