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

Thebisso09
/
final_model

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

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

  • Libraries
  • Transformers

    How to use Thebisso09/final_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Thebisso09/final_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Thebisso09/final_model")
    model = AutoModelForSequenceClassification.from_pretrained("Thebisso09/final_model")
  • Notebooks
  • Google Colab
  • Kaggle
final_model / runs
61.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
Thebisso09's picture
Thebisso09
Training in progress, epoch 3
c4dbf73 verified almost 2 years ago
  • Jul25_15-23-27_9e21042d20f4
    Training in progress, epoch 6 almost 2 years ago
  • Jul26_15-03-04_63229e5130eb
    Training in progress, epoch 1 almost 2 years ago
  • Jul26_15-04-51_63229e5130eb
    Training in progress, epoch 1 almost 2 years ago
  • Jul26_15-07-32_63229e5130eb
    Training in progress, epoch 4 almost 2 years ago
  • Jul26_17-33-44_ec085e780e25
    Training in progress, epoch 6 almost 2 years ago
  • Jul28_09-03-19_5eb4c6cfa1e8
    Training in progress, epoch 4 almost 2 years ago
  • Jul28_09-07-15_5eb4c6cfa1e8
    Training in progress, epoch 5 almost 2 years ago
  • Jul28_09-58-15_5eb4c6cfa1e8
    Training in progress, epoch 3 almost 2 years ago