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-trainer1

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-trainer1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JeremyNJ/test-trainer1 with Transformers:

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