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

  • Log In
  • Sign Up

AmirlyPhd
/
V2-bert-text-classification-model

Text Classification
Transformers
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use AmirlyPhd/V2-bert-text-classification-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AmirlyPhd/V2-bert-text-classification-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AmirlyPhd/V2-bert-text-classification-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AmirlyPhd/V2-bert-text-classification-model")
    model = AutoModelForSequenceClassification.from_pretrained("AmirlyPhd/V2-bert-text-classification-model")
  • Notebooks
  • Google Colab
  • Kaggle
V2-bert-text-classification-model
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
AmirlyPhd's picture
AmirlyPhd
AmirlyPhd/v3_bert-text-classification-combined-dataset
3d4c623 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    9.9 kB
    AmirlyPhd/v3_bert-text-classification-combined-dataset about 2 years ago
  • config.json
    1.03 kB
    AmirlyPhd/v3_bert-text-classification-combined-dataset about 2 years ago
  • model.safetensors
    438 MB
    xet
    AmirlyPhd/v3_bert-text-classification-combined-dataset about 2 years ago
  • special_tokens_map.json
    125 Bytes
    AmirlyPhd/v2_bert-text-classification-model about 2 years ago
  • tokenizer.json
    712 kB
    AmirlyPhd/v2_bert-text-classification-model about 2 years ago
  • tokenizer_config.json
    1.19 kB
    AmirlyPhd/v2_bert-text-classification-model about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "accelerate.state.PartialState"

    How to fix it?

    4.92 kB
    xet
    AmirlyPhd/v3_bert-text-classification-combined-dataset about 2 years ago
  • vocab.txt
    232 kB
    AmirlyPhd/v2_bert-text-classification-model about 2 years ago