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

Adya662
/
bert-tiny-amd

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

Instructions to use Adya662/bert-tiny-amd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Adya662/bert-tiny-amd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Adya662/bert-tiny-amd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Adya662/bert-tiny-amd")
    model = AutoModelForSequenceClassification.from_pretrained("Adya662/bert-tiny-amd")
  • Notebooks
  • Google Colab
  • Kaggle
bert-tiny-amd
18.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Adya662's picture
Adya662
Initial upload of BERT-Tiny AMD classifier
46b5225 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    4.25 kB
    Initial upload of BERT-Tiny AMD classifier 9 months ago
  • config.json
    678 Bytes
    Initial upload of BERT-Tiny AMD classifier 9 months ago
  • model.safetensors
    17.5 MB
    xet
    Initial upload of BERT-Tiny AMD classifier 9 months ago
  • special_tokens_map.json
    125 Bytes
    Initial upload of BERT-Tiny AMD classifier 9 months ago
  • tokenizer.json
    711 kB
    Initial upload of BERT-Tiny AMD classifier 9 months ago
  • tokenizer_config.json
    1.3 kB
    Initial upload of BERT-Tiny AMD classifier 9 months ago
  • training_metadata.json
    1.69 kB
    Initial upload of BERT-Tiny AMD classifier 9 months ago
  • vocab.txt
    232 kB
    Initial upload of BERT-Tiny AMD classifier 9 months ago