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

  • Log In
  • Sign Up

Theoreticallyhugo
/
bloom-full_labels

Token Classification
Transformers
Safetensors
bloom
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use Theoreticallyhugo/bloom-full_labels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Theoreticallyhugo/bloom-full_labels with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Theoreticallyhugo/bloom-full_labels")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Theoreticallyhugo/bloom-full_labels")
    model = AutoModelForTokenClassification.from_pretrained("Theoreticallyhugo/bloom-full_labels")
  • Notebooks
  • Google Colab
  • Kaggle
bloom-full_labels
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Theoreticallyhugo's picture
Theoreticallyhugo
trainer: training complete at 2024-03-03 19:45:18.187762.
a0d3396 verified about 2 years ago
  • meta_data
    trainer: training complete at 2024-03-03 19:45:18.187762. about 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 about 2 years ago
  • README.md
    10.5 kB
    trainer: training complete at 2024-03-03 19:45:18.187762. about 2 years ago
  • config.json
    1.12 kB
    Training in progress, epoch 1 about 2 years ago
  • model.safetensors
    2.24 GB
    xet
    trainer: training complete at 2024-03-03 19:45:18.187762. about 2 years ago
  • special_tokens_map.json
    552 Bytes
    Training in progress, epoch 1 about 2 years ago
  • tokenizer.json
    14.5 MB
    xet
    Training in progress, epoch 1 about 2 years ago
  • tokenizer_config.json
    982 Bytes
    Training in progress, epoch 1 about 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.66 kB
    xet
    Training in progress, epoch 1 about 2 years ago