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

Cheng98
/
opt-350m-boolq

Text Classification
Transformers
PyTorch
English
opt
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use Cheng98/opt-350m-boolq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Cheng98/opt-350m-boolq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Cheng98/opt-350m-boolq")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Cheng98/opt-350m-boolq")
    model = AutoModelForSequenceClassification.from_pretrained("Cheng98/opt-350m-boolq", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
opt-350m-boolq
1.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Cheng98's picture
Cheng98
Upload folder using huggingface_hub
e6536dc verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    13 Bytes
    Model save over 2 years ago
  • README.md
    1.43 kB
    Upload folder using huggingface_hub over 2 years ago
  • all_results.json
    404 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • config.json
    948 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • eval_results.json
    228 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • merges.txt
    456 kB
    Model save over 2 years ago
  • pytorch_model.bin
    1.32 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    548 Bytes
    Model save over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    870 Bytes
    Model save over 2 years ago
  • train_results.json
    196 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • trainer_state.json
    1.21 kB
    Upload folder using huggingface_hub over 2 years ago
  • training_args.bin
    3.96 kB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • vocab.json
    798 kB
    Model save over 2 years ago