Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

nouman-10
/
task2B-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 nouman-10/task2B-preprocessed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nouman-10/task2B-preprocessed with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nouman-10/task2B-preprocessed")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nouman-10/task2B-preprocessed")
    model = AutoModelForSequenceClassification.from_pretrained("nouman-10/task2B-preprocessed")
  • Notebooks
  • Google Colab
  • Kaggle
task2B-preprocessed / runs
8.47 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
nouman-10's picture
nouman-10
Training in progress, epoch 10
cd65fe1 over 2 years ago
  • Aug12_12-37-32_dbd4d19939a9
    Training in progress, epoch 10 over 2 years ago