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

Jehadoumer
/
task2a-preprocessed

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

Instructions to use Jehadoumer/task2a-preprocessed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jehadoumer/task2a-preprocessed with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jehadoumer/task2a-preprocessed")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jehadoumer/task2a-preprocessed")
    model = AutoModelForSequenceClassification.from_pretrained("Jehadoumer/task2a-preprocessed")
  • Notebooks
  • Google Colab
  • Kaggle
task2a-preprocessed / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Jehadoumer's picture
Jehadoumer
Training in progress, epoch 5
b9efe8a almost 3 years ago
  • Aug12_09-26-45_d5e8e653435b
    Training in progress, epoch 1 almost 3 years ago
  • Aug12_09-34-19_d5e8e653435b
    Training in progress, epoch 1 almost 3 years ago
  • Aug12_09-40-14_d5e8e653435b
    Training in progress, epoch 5 almost 3 years ago
  • Aug12_10-46-22_d5e8e653435b
    Training in progress, epoch 1 almost 3 years ago
  • Aug12_10-54-18_d5e8e653435b
    Training in progress, epoch 5 almost 3 years ago