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

  • Log In
  • Sign Up

nasa-impact
/
division-classifier

Text Classification
Transformers
Safetensors
roberta
single-label
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use nasa-impact/division-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nasa-impact/division-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nasa-impact/division-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nasa-impact/division-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("nasa-impact/division-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
division-classifier
502 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
ksmu's picture
ksmu
Update tags
821fc6d verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.79 kB
    Update tags over 1 year ago
  • config.json
    1.08 kB
    Add label to id mapping in config over 1 year ago
  • merges.txt
    476 kB
    Add model from wandb - run deep-spaceship-32 over 1 year ago
  • model.safetensors
    499 MB
    xet
    Add model from wandb - run deep-spaceship-32 over 1 year ago
  • model_architecture.txt
    1.84 kB
    Add model from wandb - run deep-spaceship-32 over 1 year ago
  • special_tokens_map.json
    964 Bytes
    Add model from wandb - run deep-spaceship-32 over 1 year ago
  • tokenizer.json
    2.15 MB
    Add model from wandb - run deep-spaceship-32 over 1 year ago
  • tokenizer_config.json
    1.25 kB
    Add model from wandb - run deep-spaceship-32 over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.05 kB
    xet
    Add model from wandb - run deep-spaceship-32 over 1 year ago
  • vocab.json
    817 kB
    Add model from wandb - run deep-spaceship-32 over 1 year ago