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

iproskurina
/
tda-bert-en-cola

Text Classification
Transformers
PyTorch
Safetensors
English
bert
TDA
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use iproskurina/tda-bert-en-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use iproskurina/tda-bert-en-cola with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="iproskurina/tda-bert-en-cola")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("iproskurina/tda-bert-en-cola")
    model = AutoModelForSequenceClassification.from_pretrained("iproskurina/tda-bert-en-cola")
  • Notebooks
  • Google Colab
  • Kaggle
tda-bert-en-cola / features
402 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
iproskurina's picture
iproskurina
Upload 2 files
90e0d60 about 3 years ago
  • dev_ripser.npy
    8.5 MB
    xet
    Initial commit about 3 years ago
  • dev_s_w_e_v_c_b0b1_m_k_lists_array_6.npy
    8.2 MB
    xet
    Initial commit about 3 years ago
  • dev_template.npy
    4.25 MB
    xet
    Initial commit about 3 years ago
  • test_ripser.npy
    8.32 MB
    xet
    Initial commit about 3 years ago
  • test_s_w_e_v_c_b0b1_m_k_lists_array_6.npy
    8.02 MB
    xet
    Initial commit about 3 years ago
  • test_sub_ripser.npy
    8.6 MB
    xet
    Initial commit about 3 years ago
  • test_sub_s_w_e_v_c_b0b1_m_k_lists_array_6.npy
    8.29 MB
    xet
    Upload 2 files about 3 years ago
  • test_sub_template.npy
    4.3 MB
    xet
    Upload 2 files about 3 years ago
  • test_template.npy
    4.16 MB
    xet
    Initial commit about 3 years ago
  • train_ripser.npy
    138 MB
    xet
    Initial commit about 3 years ago
  • train_s_w_e_v_c_b0b1_m_k_lists_array_6.npy
    133 MB
    xet
    Initial commit about 3 years ago
  • train_template.npy
    69 MB
    xet
    Initial commit about 3 years ago