Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AndreiTolmachev
/
dev_da_roles_1

Text Classification
Transformers
Safetensors
Russian
English
bert
tiny-bert
rubert-tiny2
binary-classification
jobs
developer-classification
data-analyst-classification
business-analyst-classification
dev-plus-da-plus-ba
r95
v2
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AndreiTolmachev/dev_da_roles_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AndreiTolmachev/dev_da_roles_1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AndreiTolmachev/dev_da_roles_1")
    model = AutoModelForSequenceClassification.from_pretrained("AndreiTolmachev/dev_da_roles_1")
  • Notebooks
  • Google Colab
  • Kaggle
dev_da_roles_1
119 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
AndreiTolmachev's picture
AndreiTolmachev
v2: update model card — add BA class, new metrics, usage example
79761d1 verified 14 days ago
  • .gitattributes
    1.52 kB
    initial commit 14 days ago
  • README.md
    5.06 kB
    v2: update model card — add BA class, new metrics, usage example 14 days ago
  • config.json
    889 Bytes
    Upload dev+data-analyst r95 tiny BERT model 14 days ago
  • meta.json
    729 Bytes
    Upload dev+data-analyst r95 tiny BERT model 14 days ago
  • model.safetensors
    117 MB
    xet
    v2: add Business Analyst class, longer context (384/2000), precision 0.880→0.922 14 days ago
  • tokenizer.json
    2.41 MB
    v2: add Business Analyst class, longer context (384/2000), precision 0.880→0.922 14 days ago
  • tokenizer_config.json
    596 Bytes
    Upload dev+data-analyst r95 tiny BERT model 14 days ago