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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Ibrahim-Alam
/
Test_1

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

Instructions to use Ibrahim-Alam/Test_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ibrahim-Alam/Test_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Ibrahim-Alam/Test_1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ibrahim-Alam/Test_1")
    model = AutoModelForSequenceClassification.from_pretrained("Ibrahim-Alam/Test_1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Test_1 / runs
105 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
Md Ibrahim Ibne Alam
Training in progress, epoch 1
6fbcd4a almost 3 years ago
  • Nov13_22-32-53_21fd8c527861
    Training in progress, epoch 0 almost 3 years ago
  • Nov15_00-43-57_300509846f2b
    Training in progress, epoch 1 almost 3 years ago
  • Nov15_00-56-43_6354f03fa1dd
    Training in progress, epoch 1 almost 3 years ago
  • Nov15_00-59-39_6354f03fa1dd
    Training in progress, epoch 1 almost 3 years ago
  • Nov15_01-00-38_6354f03fa1dd
    Training in progress, epoch 1 almost 3 years ago
  • Nov15_22-47-54_c9cfec7b87d4
    Training in progress, epoch 1 almost 3 years ago
  • Nov15_22-50-22_c9cfec7b87d4
    Training in progress, epoch 1 almost 3 years ago
  • Nov15_22-53-47_c9cfec7b87d4
    Training in progress, epoch 1 almost 3 years ago
  • Nov15_22-59-38_4cddb86eaf79
    Training in progress, epoch 0 almost 3 years ago
  • Nov16_00-42-28_e6a56cac6377
    Training in progress, epoch 1 almost 3 years ago
  • Nov16_00-47-09_e6a56cac6377
    Training in progress, epoch 1 almost 3 years ago
  • Nov16_01-04-02_50c47c484419
    Training in progress, epoch 1 almost 3 years ago
  • Nov16_01-12-19_f8d64d6e36e1
    Training in progress, epoch 1 almost 3 years ago