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

  • Log In
  • Sign Up

KnutJaegersberg
/
website-classifier

Text Classification
Transformers
Safetensors
deberta-v2
Trained with AutoTrain
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use KnutJaegersberg/website-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KnutJaegersberg/website-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KnutJaegersberg/website-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("KnutJaegersberg/website-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
website-classifier
6.97 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
KnutJaegersberg's picture
KnutJaegersberg
Update README.md
bf2e470 verified about 2 years ago
  • checkpoint-1800
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    858 Bytes
    Update README.md about 2 years ago
  • added_tokens.json
    23 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • config.json
    1.5 kB
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    1.74 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • special_tokens_map.json
    286 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • spm.model
    2.46 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer.json
    8.66 MB
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer_config.json
    1.28 kB
    Upload folder using huggingface_hub about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.92 kB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • training_params.json
    860 Bytes
    Upload folder using huggingface_hub about 2 years ago