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

aekupor
/
revoicing

Text Classification
Transformers
PyTorch
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use aekupor/revoicing with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aekupor/revoicing")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aekupor/revoicing")
    model = AutoModelForSequenceClassification.from_pretrained("aekupor/revoicing")
  • Notebooks
  • Google Colab
  • Kaggle
revoicing
502 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
aekupor's picture
aekupor
Remove code (moved to talk move router)
94ef6d2 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    28 Bytes
    initial commit about 3 years ago
  • config.json
    735 Bytes
    Add model files about 3 years ago
  • eval_results.txt
    240 Bytes
    Add model files about 3 years ago
  • handler.py
    693 Bytes
    Remove code (moved to talk move router) about 3 years ago
  • merges.txt
    456 kB
    Add model files about 3 years ago
  • model_args.json
    2.81 kB
    Add model files about 3 years ago
  • pytorch_model.bin
    499 MB
    xet
    Add model files about 3 years ago
  • special_tokens_map.json
    280 Bytes
    Add model files about 3 years ago
  • test_run_handler.py
    255 Bytes
    Add handler about 3 years ago
  • tokenizer.json
    2.11 MB
    Add model files about 3 years ago
  • tokenizer_config.json
    377 Bytes
    Add model files about 3 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.45 kB
    xet
    Add model files about 3 years ago
  • training_progress_scores.csv
    1.39 kB
    Add model files about 3 years ago
  • vocab.json
    798 kB
    Add model files about 3 years ago