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

theta
/
deeper

Text Classification
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use theta/deeper with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="theta/deeper")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("theta/deeper")
    model = AutoModelForSequenceClassification.from_pretrained("theta/deeper")
  • Notebooks
  • Google Colab
  • Kaggle
deeper / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 113 commits
theta's picture
theta
Training in progress, step 300
cf4aa49 about 3 years ago
  • Feb01_09-31-24_d5f7524d6b13
    Training in progress, step 260 over 3 years ago
  • Feb02_00-07-12_dbbfa5337e9d
    Training in progress, step 20 over 3 years ago
  • Feb02_00-30-42_dbbfa5337e9d
    Training in progress, step 300 over 3 years ago
  • Feb07_01-38-37_623ffc3d706b
    Training in progress, step 300 over 3 years ago
  • Feb07_02-15-44_51a2f0ee7cad
    Training in progress, step 300 over 3 years ago
  • Feb24_06-48-03_b6ae67a41600
    Training in progress, step 300 about 3 years ago
  • Jan31_07-23-15_3758975f449a
    Training in progress, step 20 over 3 years ago
  • Jan31_07-40-46_3758975f449a
    Training in progress, step 380 over 3 years ago
  • Jan31_11-09-41_836080a9568c
    Training in progress, step 20 over 3 years ago
  • Jan31_11-47-08_836080a9568c
    Training in progress, step 20 over 3 years ago
  • Jan31_12-10-54_836080a9568c
    Training in progress, step 20 over 3 years ago
  • Jan31_12-29-03_836080a9568c
    Training in progress, step 20 over 3 years ago
  • Jan31_13-26-10_836080a9568c
    Training in progress, step 20 over 3 years ago
  • Jan31_13-39-14_836080a9568c
    Training in progress, step 20 over 3 years ago
  • Jan31_13-53-58_836080a9568c
    Training in progress, step 260 over 3 years ago
  • Jan31_14-18-51_63ebe3e27592
    Training in progress, step 300 over 3 years ago