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

Sinanmz
/
sentence_formality_classifier

Text Classification
Transformers
TensorBoard
Safetensors
Persian
bert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Sinanmz/sentence_formality_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sinanmz/sentence_formality_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Sinanmz/sentence_formality_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Sinanmz/sentence_formality_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
sentence_formality_classifier / runs
67.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Sinanmz's picture
Sinanmz
Training in progress, epoch 5
527e94f verified about 2 years ago
  • Feb28_14-07-08_b88505b11e43
    Training in progress, epoch 1 about 2 years ago
  • Feb28_14-09-41_b88505b11e43
    Training in progress, epoch 1 about 2 years ago
  • Feb28_14-14-39_b88505b11e43
    Training in progress, epoch 1 about 2 years ago
  • Feb28_14-16-38_b88505b11e43
    Training in progress, epoch 1 about 2 years ago
  • Feb28_14-18-21_b88505b11e43
    Training in progress, epoch 1 about 2 years ago
  • Feb28_14-22-02_b88505b11e43
    Training in progress, epoch 1 about 2 years ago
  • Feb28_14-23-01_b88505b11e43
    Training in progress, epoch 1 about 2 years ago
  • Feb28_14-27-00_b88505b11e43
    Training in progress, epoch 1 about 2 years ago
  • Feb28_14-29-54_b88505b11e43
    Training in progress, epoch 1 about 2 years ago
  • Feb28_14-33-49_b88505b11e43
    Training in progress, epoch 2 about 2 years ago
  • Feb28_14-54-13_c0fb69741053
    Training in progress, epoch 3 about 2 years ago
  • Feb28_15-15-46_c0fb69741053
    Training in progress, epoch 8 about 2 years ago
  • Feb28_16-02-59_eef3b92a503e
    Training in progress, epoch 5 about 2 years ago