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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

EmmanuelEA
/
distilroberta-base-mrpc-glue-eea

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use EmmanuelEA/distilroberta-base-mrpc-glue-eea with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EmmanuelEA/distilroberta-base-mrpc-glue-eea with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="EmmanuelEA/distilroberta-base-mrpc-glue-eea")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("EmmanuelEA/distilroberta-base-mrpc-glue-eea")
    model = AutoModelForSequenceClassification.from_pretrained("EmmanuelEA/distilroberta-base-mrpc-glue-eea", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilroberta-base-mrpc-glue-eea
332 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
EmmanuelEA's picture
EmmanuelEA
Lo logramos de nuevo
c5383f7 verified almost 2 years ago
  • runs
    Lo logramos de nuevo almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.54 kB
    Lo logramos de nuevo almost 2 years ago
  • all_results.json
    421 Bytes
    Lo logramos de nuevo almost 2 years ago
  • config.json
    880 Bytes
    Training in progress, step 500 almost 2 years ago
  • eval_results.json
    238 Bytes
    Lo logramos de nuevo almost 2 years ago
  • merges.txt
    456 kB
    Training in progress, step 500 almost 2 years ago
  • model.safetensors
    328 MB
    xet
    Model save almost 2 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, step 500 almost 2 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, step 500 almost 2 years ago
  • tokenizer_config.json
    1.22 kB
    Training in progress, step 500 almost 2 years ago
  • train_results.json
    203 Bytes
    Lo logramos de nuevo almost 2 years ago
  • training_args.bin
    5.3 kB
    xet
    Training in progress, step 500 almost 2 years ago
  • vocab.json
    798 kB
    Training in progress, step 500 almost 2 years ago