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

Noodle-bg
/
results

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

Instructions to use Noodle-bg/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Noodle-bg/results with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Noodle-bg/results")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Noodle-bg/results")
    model = AutoModelForSequenceClassification.from_pretrained("Noodle-bg/results")
  • Notebooks
  • Google Colab
  • Kaggle
results
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
Noodle-bg's picture
Noodle-bg
Model save
6f994c9 verified about 1 year ago
  • runs
    Training in progress, epoch 4 about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.54 kB
    Model save about 1 year ago
  • adapter_config.json
    636 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • adapter_model.safetensors
    862 MB
    xet
    Model save almost 2 years ago
  • config.json
    735 Bytes
    Training in progress, epoch 1 about 1 year ago
  • model.safetensors
    268 MB
    xet
    Model save about 1 year ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 1 year ago
  • tokenizer.json
    712 kB
    Training in progress, epoch 1 over 1 year ago
  • tokenizer.model
    512 kB
    xet
    Training in progress, epoch 0 almost 2 years ago
  • tokenizer_config.json
    1.23 kB
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.3 kB
    xet
    Training in progress, epoch 1 about 1 year ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 1 year ago