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

  • 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")
  • Notebooks
  • Google Colab
  • Kaggle
Test_1
508 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 573 commits
Md Ibrahim Ibne Alam
Training in progress, epoch 1
0ef83db over 2 years ago
  • runs
    Training in progress, epoch 1 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 0 over 2 years ago
  • config.json
    780 Bytes
    Training in progress, epoch 1 over 2 years ago
  • merges.txt
    456 kB
    Training in progress, epoch 0 over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    499 MB
    xet
    Training in progress, epoch 1 over 2 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    351 Bytes
    Training in progress, epoch 1 over 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    4.09 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • vocab.json
    798 kB
    Training in progress, epoch 0 over 2 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 2 years ago