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

  • Log In
  • Sign Up

KomeijiForce
/
Cuckoo-Super-Rainbow-Text-Classification

Token Classification
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

Instructions to use KomeijiForce/Cuckoo-Super-Rainbow-Text-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KomeijiForce/Cuckoo-Super-Rainbow-Text-Classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="KomeijiForce/Cuckoo-Super-Rainbow-Text-Classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KomeijiForce/Cuckoo-Super-Rainbow-Text-Classification")
    model = AutoModelForTokenClassification.from_pretrained("KomeijiForce/Cuckoo-Super-Rainbow-Text-Classification")
  • Notebooks
  • Google Colab
  • Kaggle
Cuckoo-Super-Rainbow-Text-Classification
1.42 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
KomeijiForce's picture
KomeijiForce
Update README.md
7f0220b verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    13.5 kB
    Update README.md 12 months ago
  • config.json
    868 Bytes
    Upload RobertaForTokenClassification 12 months ago
  • merges.txt
    456 kB
    Upload tokenizer 12 months ago
  • model.safetensors
    1.42 GB
    xet
    Upload RobertaForTokenClassification 12 months ago
  • special_tokens_map.json
    958 Bytes
    Upload tokenizer 12 months ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer 12 months ago
  • tokenizer_config.json
    1.32 kB
    Upload tokenizer 12 months ago
  • vocab.json
    798 kB
    Upload tokenizer 12 months ago