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

xeventminer
/
bert-large-en

Text Classification
Transformers
PyTorch
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use xeventminer/bert-large-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use xeventminer/bert-large-en with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="xeventminer/bert-large-en")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("xeventminer/bert-large-en")
    model = AutoModelForSequenceClassification.from_pretrained("xeventminer/bert-large-en")
  • Notebooks
  • Google Colab
  • Kaggle
bert-large-en
4 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
TransQuest's picture
TransQuest
First model version
f3cccb2 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    918 Bytes
    First model version about 3 years ago
  • eval_results.txt
    237 Bytes
    First model version about 3 years ago
  • model_args.json
    2.68 kB
    First model version about 3 years ago
  • optimizer.pt
    2.67 GB
    xet
    First model version about 3 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?

    1.33 GB
    xet
    First model version about 3 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    627 Bytes
    xet
    First model version about 3 years ago
  • special_tokens_map.json
    112 Bytes
    First model version about 3 years ago
  • tokenizer.json
    669 kB
    First model version about 3 years ago
  • tokenizer_config.json
    321 Bytes
    First model version about 3 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "config.model_args.TextClassificationArgs"

    How to fix it?

    3.26 kB
    xet
    First model version about 3 years ago
  • vocab.txt
    213 kB
    First model version about 3 years ago