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

  • Log In
  • Sign Up

aomar85
/
M2

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

Instructions to use aomar85/M2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aomar85/M2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aomar85/M2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aomar85/M2")
    model = AutoModelForSequenceClassification.from_pretrained("aomar85/M2")
  • Notebooks
  • Google Colab
  • Kaggle
M2
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
7df5e0e verified 10 months ago
  • runs
    End of training almost 4 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model 10 months ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • README.md
    1.92 kB
    update model card README.md almost 4 years ago
  • config.json
    897 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • model.safetensors
    669 MB
    xet
    Adding `safetensors` variant of this model 10 months ago
  • pytorch_model.bin
    670 MB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer.json
    2.56 MB
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer_config.json
    334 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.31 kB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • vocab.txt
    872 kB
    Training in progress, epoch 1 almost 4 years ago