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

UnMelow
/
422_zhuravlev

Text Classification
Transformers
Safetensors
PyTorch
English
bert
fine-tuning
sentiment-analysis
glue
sst2
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use UnMelow/422_zhuravlev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use UnMelow/422_zhuravlev with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="UnMelow/422_zhuravlev")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("UnMelow/422_zhuravlev")
    model = AutoModelForSequenceClassification.from_pretrained("UnMelow/422_zhuravlev")
  • Notebooks
  • Google Colab
  • Kaggle
422_zhuravlev
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
UnMelow's picture
UnMelow
Update README.md
f619891 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    3.32 kB
    Update README.md 5 months ago
  • config.json
    681 Bytes
    Training in progress, epoch 1 5 months ago
  • model.safetensors
    438 MB
    xet
    Training in progress, epoch 3 5 months ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 5 months ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 5 months ago
  • tokenizer_config.json
    1.22 kB
    Training in progress, epoch 1 5 months ago
  • training_args.bin
    5.84 kB
    xet
    Training in progress, epoch 1 5 months ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 5 months ago