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
/
task2B-preprocessed

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

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

  • Libraries
  • Transformers

    How to use Jehadoumer/task2B-preprocessed with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jehadoumer/task2B-preprocessed")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jehadoumer/task2B-preprocessed")
    model = AutoModelForSequenceClassification.from_pretrained("Jehadoumer/task2B-preprocessed")
  • Notebooks
  • Google Colab
  • Kaggle
task2B-preprocessed / runs
81.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 63 commits
Jehadoumer's picture
Jehadoumer
Training in progress, epoch 20
5c3f720 almost 3 years ago
  • Aug12_10-20-43_d5e8e653435b
    Training in progress, epoch 5 almost 3 years ago
  • Aug12_11-23-38_d5e8e653435b
    Training in progress, epoch 1 almost 3 years ago
  • Aug12_11-28-30_d5e8e653435b
    Training in progress, epoch 10 almost 3 years ago
  • Aug13_12-25-41_24ab7b88dc52
    Training in progress, epoch 9 almost 3 years ago
  • Aug13_12-50-25_24ab7b88dc52
    Training in progress, epoch 1 almost 3 years ago
  • Aug13_13-01-30_24ab7b88dc52
    Training in progress, epoch 5 almost 3 years ago
  • Aug13_13-24-38_24ab7b88dc52
    Training in progress, epoch 1 almost 3 years ago
  • Aug13_13-43-32_24ab7b88dc52
    Training in progress, epoch 15 almost 3 years ago
  • Aug13_14-37-33_28936ca01170
    Training in progress, epoch 15 almost 3 years ago
  • Aug13_19-45-22_8eb89cef7948
    Training in progress, epoch 20 almost 3 years ago