Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

NhatHoang2002
/
bert-test-run

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use NhatHoang2002/bert-test-run with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NhatHoang2002/bert-test-run with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="NhatHoang2002/bert-test-run")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("NhatHoang2002/bert-test-run")
    model = AutoModelForSequenceClassification.from_pretrained("NhatHoang2002/bert-test-run")
  • Notebooks
  • Google Colab
  • Kaggle
bert-test-run / runs
42.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
NhatHoang2002's picture
NhatHoang2002
Upload folder using huggingface_hub
24b1e0c verified 5 months ago
  • Dec15_02-13-04_cil-hydra
    Upload folder using huggingface_hub 5 months ago
  • Dec15_02-18-10_cil-hydra
    Upload folder using huggingface_hub 5 months ago
  • Dec15_02-19-55_cil-hydra
    Upload folder using huggingface_hub 5 months ago
  • Dec15_02-21-46_cil-hydra
    Upload folder using huggingface_hub 5 months ago
  • Dec15_02-41-35_cil-hydra
    Upload folder using huggingface_hub 5 months ago
  • Dec15_02-42-29_cil-hydra
    Upload folder using huggingface_hub 5 months ago
  • Dec15_02-43-10_cil-hydra
    Upload folder using huggingface_hub 5 months ago
  • Dec15_02-44-39_cil-hydra
    Upload folder using huggingface_hub 5 months ago