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

  • Log In
  • Sign Up

devrunner09
/
classification-model

Feature Extraction
Transformers
PyTorch
xlm-roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use devrunner09/classification-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use devrunner09/classification-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="devrunner09/classification-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("devrunner09/classification-model")
    model = AutoModel.from_pretrained("devrunner09/classification-model")
  • Notebooks
  • Google Colab
  • Kaggle
classification-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
devrunner09's picture
devrunner09
Upload folder using huggingface_hub
1860ce4 verified almost 2 years ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub almost 2 years ago
  • config.json
    1.08 kB
    Upload folder using huggingface_hub almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    1.11 GB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • special_tokens_map.json
    964 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config.json
    1.34 kB
    Upload folder using huggingface_hub almost 2 years ago