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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Harsha9044
/
xmlRoBert-Balanced-trimmed-10epoch-Trainer

Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
albert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Harsha9044/xmlRoBert-Balanced-trimmed-10epoch-Trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Harsha9044/xmlRoBert-Balanced-trimmed-10epoch-Trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Harsha9044/xmlRoBert-Balanced-trimmed-10epoch-Trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Harsha9044/xmlRoBert-Balanced-trimmed-10epoch-Trainer")
    model = AutoModelForSequenceClassification.from_pretrained("Harsha9044/xmlRoBert-Balanced-trimmed-10epoch-Trainer", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xmlRoBert-Balanced-trimmed-10epoch-Trainer
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
Harsha9044's picture
Harsha9044
End of training
9573744 over 2 years ago
  • runs
    End of training over 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 almost 3 years ago
  • README.md
    1.09 kB
    End of training over 2 years ago
  • config.json
    1 kB
    End of training over 2 years ago
  • model.safetensors
    134 MB
    xet
    End of training over 2 years ago
  • pytorch_model.bin
    1.11 GB
    xet
    End of training almost 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training in progress, epoch 1 over 2 years ago
  • special_tokens_map.json
    286 Bytes
    End of training over 2 years ago
  • spiece.model
    5.65 MB
    xet
    End of training over 2 years ago
  • tokenizer.json
    15.3 MB
    xet
    End of training over 2 years ago
  • tokenizer_config.json
    1.27 kB
    End of training over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.22 kB
    xet
    End of training over 2 years ago