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

Sharpaxis
/
NEWS_BERT_FINETUNED

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

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

  • Libraries
  • Transformers

    How to use Sharpaxis/NEWS_BERT_FINETUNED with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sharpaxis/NEWS_BERT_FINETUNED")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Sharpaxis/NEWS_BERT_FINETUNED")
    model = AutoModelForSequenceClassification.from_pretrained("Sharpaxis/NEWS_BERT_FINETUNED")
  • Notebooks
  • Google Colab
  • Kaggle
NEWS_BERT_FINETUNED / runs
68.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Sharpaxis's picture
Sharpaxis
done
d55bbee verified over 1 year ago
  • Nov23_08-46-44_0e28803744c0
    Training in progress, step 500 over 1 year ago
  • Nov23_09-03-33_0e28803744c0
    Training in progress, step 500 over 1 year ago
  • Nov23_09-16-02_0e28803744c0
    Training in progress, step 144 over 1 year ago
  • Nov23_09-18-55_0e28803744c0
    Training in progress, step 144 over 1 year ago
  • Nov23_09-22-43_0e28803744c0
    Training in progress, step 384 over 1 year ago
  • Nov23_09-33-04_0e28803744c0
    Training in progress, step 240 over 1 year ago
  • Nov23_09-43-02_0e28803744c0
    done over 1 year ago