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

smerchi
/
test

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

  • Libraries
  • Transformers

    How to use smerchi/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="smerchi/test")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("smerchi/test")
    model = AutoModelForSequenceClassification.from_pretrained("smerchi/test")
  • Notebooks
  • Google Colab
  • Kaggle
test / runs
59.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
smerchi's picture
smerchi
Model save
d063a32 verified almost 2 years ago
  • Jul09_10-46-25_2f5c1bb01792
    Model save almost 2 years ago
  • Jul09_10-47-00_2f5c1bb01792
    Model save almost 2 years ago
  • Jul09_10-49-51_2f5c1bb01792
    Model save almost 2 years ago
  • Jul09_10-50-57_2f5c1bb01792
    Model save almost 2 years ago
  • Jul09_10-51-10_2f5c1bb01792
    Model save almost 2 years ago
  • Jul09_10-51-49_2f5c1bb01792
    Model save almost 2 years ago
  • Jul09_10-52-39_2f5c1bb01792
    Model save almost 2 years ago
  • Jul09_10-58-05_2f5c1bb01792
    Model save almost 2 years ago
  • Jul09_11-07-56_2f5c1bb01792
    Model save almost 2 years ago