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

  • Log In
  • Sign Up

danendrafidel
/
modul-6

Text Classification
Transformers
Safetensors
English
deberta-v2
textclassification
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use danendrafidel/modul-6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use danendrafidel/modul-6 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="danendrafidel/modul-6")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("danendrafidel/modul-6")
    model = AutoModelForSequenceClassification.from_pretrained("danendrafidel/modul-6")
  • Notebooks
  • Google Colab
  • Kaggle
modul-6
749 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
danendrafidel's picture
danendrafidel
Update README.md
b1c0345 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    163 Bytes
    Update README.md 11 months ago
  • added_tokens.json
    23 Bytes
    Initial commit from Kaggle 11 months ago
  • config.json
    1.49 kB
    Initial commit from Kaggle 11 months ago
  • model.safetensors
    738 MB
    xet
    Initial commit from Kaggle 11 months ago
  • special_tokens_map.json
    286 Bytes
    Initial commit from Kaggle 11 months ago
  • spm.model
    2.46 MB
    xet
    Initial commit from Kaggle 11 months ago
  • tokenizer.json
    8.66 MB
    Initial commit from Kaggle 11 months ago
  • tokenizer_config.json
    1.32 kB
    Initial commit from Kaggle 11 months ago