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

  • Log In
  • Sign Up

shirwu
/
debug

Text Classification
Transformers
Safetensors
llama
Generated from Trainer
trl
reward-trainer
text-embeddings-inference
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use shirwu/debug with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="shirwu/debug")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("shirwu/debug")
    model = AutoModelForSequenceClassification.from_pretrained("shirwu/debug")
  • Notebooks
  • Google Colab
  • Kaggle
debug / full
1.09 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
shirwu's picture
shirwu
Training in progress, step 1
4c7bbe5 verified about 1 year ago
  • config.json
    1.53 kB
    Training in progress, step 1 about 1 year ago
  • model.safetensors
    1.07 GB
    xet
    Training in progress, step 1 about 1 year ago
  • special_tokens_map.json
    325 Bytes
    Training in progress, step 1 about 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    Training in progress, step 1 about 1 year ago
  • tokenizer_config.json
    54.6 kB
    Training in progress, step 1 about 1 year ago