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

Tural
/
out-glue-mnli

Text Classification
Transformers
PyTorch
English
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use Tural/out-glue-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Tural/out-glue-mnli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Tural/out-glue-mnli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Tural/out-glue-mnli")
    model = AutoModelForSequenceClassification.from_pretrained("Tural/out-glue-mnli", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
out-glue-mnli
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 88 commits
Tural's picture
Tural
Training in progress, step 2000
74f4a80 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.47 kB
    End of training almost 3 years ago
  • added_tokens.json
    88 Bytes
    Training in progress, step 500 almost 3 years ago
  • all_results.json
    657 Bytes
    End of training almost 3 years ago
  • config.json
    950 Bytes
    Training in progress, step 500 almost 3 years ago
  • eval_results.json
    479 Bytes
    End of training almost 3 years ago
  • pytorch_model.bin
    438 MB
    xet
    Training in progress, step 2000 almost 3 years ago
  • special_tokens_map.json
    241 Bytes
    Training in progress, step 500 almost 3 years ago
  • tokenizer.json
    530 kB
    Training in progress, step 500 almost 3 years ago
  • tokenizer_config.json
    1.49 kB
    Training in progress, step 500 almost 3 years ago
  • train_results.json
    199 Bytes
    End of training almost 3 years ago
  • trainer_state.json
    201 kB
    End of training almost 3 years ago
  • training_args.bin
    4.6 kB
    xet
    Training in progress, step 500 almost 3 years ago
  • vocab.txt
    169 kB
    Training in progress, step 500 almost 3 years ago