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

  • Log In
  • Sign Up

MHGanainy
/
roberta-base-downstream-ecthr-b

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

Instructions to use MHGanainy/roberta-base-downstream-ecthr-b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MHGanainy/roberta-base-downstream-ecthr-b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MHGanainy/roberta-base-downstream-ecthr-b")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MHGanainy/roberta-base-downstream-ecthr-b")
    model = AutoModelForSequenceClassification.from_pretrained("MHGanainy/roberta-base-downstream-ecthr-b")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-downstream-ecthr-b
559 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
MHGanainy's picture
MHGanainy
End of training
8a235ac verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.08 kB
    Model save over 1 year ago
  • all_results.json
    237 Bytes
    End of training over 1 year ago
  • config.json
    1.14 kB
    Training in progress, epoch 1 over 1 year ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    556 MB
    xet
    Model save over 1 year ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 1 over 1 year ago
  • tokenizer.json
    2.11 MB
    Training in progress, epoch 1 over 1 year ago
  • tokenizer_config.json
    1.24 kB
    Training in progress, epoch 1 over 1 year ago
  • train_results.json
    237 Bytes
    End of training over 1 year ago
  • trainer_state.json
    4.27 kB
    End of training over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.3 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • vocab.json
    798 kB
    Training in progress, epoch 1 over 1 year ago