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

LysandreJik
/
testing

Text Classification
Transformers
PyTorch
TensorBoard
English
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
3

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

  • Libraries
  • Transformers

    How to use LysandreJik/testing with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LysandreJik/testing")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LysandreJik/testing")
    model = AutoModelForSequenceClassification.from_pretrained("LysandreJik/testing")
  • Notebooks
  • Google Colab
  • Kaggle
testing / runs /Sep22_14-48-48_Beaver
7.83 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
LysandreJik's picture
LysandreJik
add model
f949bfa over 4 years ago
  • 1632336539.9057102
    add model over 4 years ago
  • events.out.tfevents.1632336539.Beaver.1803589.0
    3.2 kB
    xet
    add model over 4 years ago
  • events.out.tfevents.1632336545.Beaver.1803589.2
    459 Bytes
    xet
    add model over 4 years ago