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

OliverHeine
/
huawei-noah_TinyBERT_General_6L_768D_fold_3

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

Instructions to use OliverHeine/huawei-noah_TinyBERT_General_6L_768D_fold_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OliverHeine/huawei-noah_TinyBERT_General_6L_768D_fold_3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="OliverHeine/huawei-noah_TinyBERT_General_6L_768D_fold_3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("OliverHeine/huawei-noah_TinyBERT_General_6L_768D_fold_3")
    model = AutoModelForSequenceClassification.from_pretrained("OliverHeine/huawei-noah_TinyBERT_General_6L_768D_fold_3")
  • Notebooks
  • Google Colab
  • Kaggle
huawei-noah_TinyBERT_General_6L_768D_fold_3
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
OliverHeine's picture
OliverHeine
huawei-noah_TinyBERT_General_6L_768D fold 3
a438859 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.02 kB
    huawei-noah_TinyBERT_General_6L_768D fold 3 about 1 month ago
  • added_tokens.json
    108 Bytes
    Training in progress, epoch 1 about 1 month ago
  • config.json
    824 Bytes
    Training in progress, epoch 1 about 1 month ago
  • model.safetensors
    268 MB
    xet
    Training in progress, epoch 3 about 1 month ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 about 1 month ago
  • tokenizer.json
    713 kB
    huawei-noah_TinyBERT_General_6L_768D fold 3 about 1 month ago
  • tokenizer_config.json
    364 Bytes
    Training in progress, epoch 1 about 1 month ago
  • training_args.bin
    5.33 kB
    xet
    Training in progress, epoch 1 about 1 month ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 about 1 month ago