Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Noorrabie
/
shared-task_content_bert

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

Instructions to use Noorrabie/shared-task_content_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Noorrabie/shared-task_content_bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Noorrabie/shared-task_content_bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Noorrabie/shared-task_content_bert")
    model = AutoModelForSequenceClassification.from_pretrained("Noorrabie/shared-task_content_bert")
  • Notebooks
  • Google Colab
  • Kaggle
shared-task_content_bert
544 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Noorrabie's picture
Noorrabie
Model save
63eee46 verified 11 months ago
  • runs
    Training in progress, epoch 6 11 months ago
  • .gitattributes
    1.64 kB
    Training in progress, epoch 1 11 months ago
  • README.md
    2.23 kB
    Model save 11 months ago
  • config.json
    996 Bytes
    Training in progress, epoch 1 11 months ago
  • content_pred_dev.xlsx
    494 kB
    xet
    Training in progress, epoch 1 11 months ago
  • content_test_pred.xlsx
    516 kB
    xet
    Training in progress, epoch 1 11 months ago
  • model.safetensors
    541 MB
    xet
    Model save 11 months ago
  • special_tokens_map.json
    695 Bytes
    Training in progress, epoch 1 11 months ago
  • tokenizer.json
    1.78 MB
    Training in progress, epoch 1 11 months ago
  • tokenizer_config.json
    1.86 kB
    Training in progress, epoch 1 11 months ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.5 kB
    xet
    Training in progress, epoch 1 11 months ago
  • vocab.txt
    761 kB
    Training in progress, epoch 1 11 months ago