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

AmaiaSolaun
/
hello

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use AmaiaSolaun/hello with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AmaiaSolaun/hello")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AmaiaSolaun/hello")
    model = AutoModelForSequenceClassification.from_pretrained("AmaiaSolaun/hello")
  • Notebooks
  • Google Colab
  • Kaggle
hello / runs
74.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
AmaiaSolaun's picture
AmaiaSolaun
Training in progress, epoch 5
9199a7d about 3 years ago
  • Apr19_08-15-07_3d0c1b41fec3
    Training in progress, epoch 1 about 3 years ago
  • Apr19_08-17-22_3d0c1b41fec3
    Training in progress, epoch 1 about 3 years ago
  • Apr19_08-19-37_3d0c1b41fec3
    Training in progress, epoch 1 about 3 years ago
  • Apr19_08-21-46_3d0c1b41fec3
    Training in progress, epoch 5 about 3 years ago
  • Apr19_19-53-51_55bf98504a77
    Training in progress, epoch 1 about 3 years ago
  • Apr19_20-12-09_55bf98504a77
    Training in progress, epoch 5 about 3 years ago