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

kyLELEng
/
bert-ag-news-classifier

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

Instructions to use kyLELEng/bert-ag-news-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kyLELEng/bert-ag-news-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="kyLELEng/bert-ag-news-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kyLELEng/bert-ag-news-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("kyLELEng/bert-ag-news-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
bert-ag-news-classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Best jy
Update README.md
9b00ab1 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    4.05 kB
    Update README.md 2 months ago
  • config.json
    1.01 kB
    Training in progress, epoch 1 2 months ago
  • confusion_matrix.csv
    156 Bytes
    Fine-tune BERT on AG News 2 months ago
  • error_analysis.csv
    52.7 kB
    Fine-tune BERT on AG News 2 months ago
  • metrics.json
    2.13 kB
    Fine-tune BERT on AG News 2 months ago
  • model.safetensors
    438 MB
    xet
    Training in progress, epoch 3 2 months ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 2 months ago
  • tokenizer_config.json
    351 Bytes
    Training in progress, epoch 1 2 months ago
  • training_args.bin
    5.39 kB
    xet
    Training in progress, epoch 1 2 months ago