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

  • Log In
  • Sign Up

Jhonatan51998
/
utec2

Text Classification
Transformers
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Jhonatan51998/utec2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jhonatan51998/utec2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jhonatan51998/utec2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jhonatan51998/utec2")
    model = AutoModelForSequenceClassification.from_pretrained("Jhonatan51998/utec2")
  • Notebooks
  • Google Colab
  • Kaggle
utec2
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Jhonatan51998's picture
Jhonatan51998
Add tokenizer
d619431 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    5.17 kB
    Initial upload of fine-tuned DistilBERT command classifier 6 months ago
  • config.json
    754 Bytes
    Initial upload of fine-tuned DistilBERT command classifier 6 months ago
  • model.safetensors
    268 MB
    xet
    Initial upload of fine-tuned DistilBERT command classifier 6 months ago
  • special_tokens_map.json
    732 Bytes
    Add tokenizer 6 months ago
  • tokenizer.json
    712 kB
    Add tokenizer 6 months ago
  • tokenizer_config.json
    1.45 kB
    Add tokenizer 6 months ago
  • vocab.txt
    232 kB
    Add tokenizer 6 months ago