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

Intel
/
MiniLM-L12-H384-uncased-mrpc-int8-dynamic-inc

Text Classification
Transformers
ONNX
English
bert
text-classfication
int8
Intel® Neural Compressor
PostTrainingDynamic
Model card Files Files and versions
xet
Community

Instructions to use Intel/MiniLM-L12-H384-uncased-mrpc-int8-dynamic-inc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Intel/MiniLM-L12-H384-uncased-mrpc-int8-dynamic-inc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Intel/MiniLM-L12-H384-uncased-mrpc-int8-dynamic-inc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Intel/MiniLM-L12-H384-uncased-mrpc-int8-dynamic-inc")
    model = AutoModelForSequenceClassification.from_pretrained("Intel/MiniLM-L12-H384-uncased-mrpc-int8-dynamic-inc")
  • Notebooks
  • Google Colab
  • Kaggle
MiniLM-L12-H384-uncased-mrpc-int8-dynamic-inc
34.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yuwenz's picture
yuwenz
upload int8 onnx model
e2d898a over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    854 Bytes
    upload int8 onnx model over 3 years ago
  • config.json
    873 Bytes
    upload int8 onnx model over 3 years ago
  • model.onnx
    34.1 MB
    xet
    upload int8 onnx model over 3 years ago
  • tokenizer.json
    712 kB
    upload int8 onnx model over 3 years ago