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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mhmsadegh
/
fine_tuned_bert_multiclass_FashionCosmetics_Jewerly

Text Classification
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use mhmsadegh/fine_tuned_bert_multiclass_FashionCosmetics_Jewerly with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mhmsadegh/fine_tuned_bert_multiclass_FashionCosmetics_Jewerly")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mhmsadegh/fine_tuned_bert_multiclass_FashionCosmetics_Jewerly")
    model = AutoModelForSequenceClassification.from_pretrained("mhmsadegh/fine_tuned_bert_multiclass_FashionCosmetics_Jewerly", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
fine_tuned_bert_multiclass_FashionCosmetics_Jewerly
1.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mhmsadegh's picture
mhmsadegh
Add tokenizer for fine-tuned BERT model
3cbd8b6 verified over 1 year ago
  • .gitattributes
    1.57 kB
    Add tokenizer for fine-tuned BERT model over 1 year ago
  • README.md
    5.17 kB
    Add fine-tuned BERT model for multiclass classification over 1 year ago
  • config.json
    1.12 kB
    Add fine-tuned BERT model for multiclass classification over 1 year ago
  • model.safetensors
    1.88 GB
    xet
    Add fine-tuned BERT model for multiclass classification over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add tokenizer for fine-tuned BERT model over 1 year ago
  • tokenizer.json
    13.6 MB
    xet
    Add tokenizer for fine-tuned BERT model over 1 year ago
  • tokenizer_config.json
    1.31 kB
    Add tokenizer for fine-tuned BERT model over 1 year ago
  • vocab.txt
    5.22 MB
    Add tokenizer for fine-tuned BERT model over 1 year ago