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

  • Log In
  • Sign Up

kr8im
/
bert-finetuned-mrpc

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

Instructions to use kr8im/bert-finetuned-mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kr8im/bert-finetuned-mrpc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="kr8im/bert-finetuned-mrpc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kr8im/bert-finetuned-mrpc")
    model = AutoModelForSequenceClassification.from_pretrained("kr8im/bert-finetuned-mrpc")
  • Notebooks
  • Google Colab
  • Kaggle
bert-finetuned-mrpc
446 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
kr8im's picture
kr8im
End of Traning
5280e1f verified about 1 year ago
  • runs
    End of Traning about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.15 kB
    End of Traning about 1 year ago
  • added_tokens.json
    28 Bytes
    Training in progress, epoch 1 about 1 year ago
  • config.json
    764 Bytes
    Training in progress, epoch 1 about 1 year ago
  • model.safetensors
    443 MB
    xet
    Training in progress, epoch 3 about 1 year ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Training in progress, epoch 1 about 1 year ago
  • special_tokens_map.json
    374 Bytes
    Training in progress, epoch 1 about 1 year ago
  • tokenizer.json
    2.42 MB
    Training in progress, epoch 1 about 1 year ago
  • tokenizer_config.json
    1.79 kB
    Training in progress, epoch 1 about 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.37 kB
    xet
    Training in progress, epoch 1 about 1 year ago