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

JeremyNJ
/
test-trainer

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

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

  • Libraries
  • Transformers

    How to use JeremyNJ/test-trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JeremyNJ/test-trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JeremyNJ/test-trainer")
    model = AutoModelForSequenceClassification.from_pretrained("JeremyNJ/test-trainer")
  • Notebooks
  • Google Colab
  • Kaggle
test-trainer / runs
5.38 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
JeremyNJ's picture
JeremyNJ
Training in progress, step 1000
e3fec7e over 2 years ago
  • Jan03_15-59-12_4b2dfeb993e5
    Training in progress, step 1000 over 2 years ago