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

  • Log In
  • Sign Up

Futyn-Maker
/
ruscxn-classifier

Text Classification
Transformers
Safetensors
Russian
xlm-roberta
russian
constructicon
nlp
linguistics
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Futyn-Maker/ruscxn-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Futyn-Maker/ruscxn-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Futyn-Maker/ruscxn-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Futyn-Maker/ruscxn-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Futyn-Maker/ruscxn-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
ruscxn-classifier
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Futyn-Maker's picture
Futyn-Maker
Update Model Card
d6e6daa verified 12 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 12 months ago
  • README.md
    3.09 kB
    Update Model Card 12 months ago
  • config.json
    773 Bytes
    Upload Russian Constructicon classifier 12 months ago
  • model.safetensors
    2.24 GB
    xet
    Upload Russian Constructicon classifier 12 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer 12 months ago
  • special_tokens_map.json
    964 Bytes
    Upload tokenizer 12 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer 12 months ago
  • tokenizer_config.json
    1.37 kB
    Upload tokenizer 12 months ago