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

Youssef320
/
OUTPUT

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use Youssef320/OUTPUT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Youssef320/OUTPUT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Youssef320/OUTPUT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Youssef320/OUTPUT")
    model = AutoModelForSequenceClassification.from_pretrained("Youssef320/OUTPUT", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
OUTPUT / runs
15.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Youssef320's picture
Youssef320
Model save
3c33314 almost 3 years ago
  • Sep03_17-39-31_83ae17c6a4494163aac39f5f90b4b6b0000000
    Model save almost 3 years ago