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

sasi2400
/
IntangibleBERT

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
16

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

  • Libraries
  • Transformers

    How to use sasi2400/IntangibleBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sasi2400/IntangibleBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sasi2400/IntangibleBERT")
    model = AutoModelForSequenceClassification.from_pretrained("sasi2400/IntangibleBERT")
  • Notebooks
  • Google Colab
  • Kaggle
IntangibleBERT / runs
83 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 44 commits
sasi2400's picture
sasi2400
End of training
639d001 almost 3 years ago
  • Aug01_11-26-56_7faef71d95dd
    End of training almost 3 years ago
  • Aug01_12-38-33_ac80409ecb02
    End of training almost 3 years ago
  • Aug01_12-53-36_ac80409ecb02
    End of training almost 3 years ago
  • Jul31_11-32-44_2a876a1b60dd
    End of training almost 3 years ago
  • Jul31_11-38-53_2a876a1b60dd
    End of training almost 3 years ago
  • Jul31_13-10-13_035db630201d
    End of training almost 3 years ago
  • Jul31_13-27-46_035db630201d
    End of training almost 3 years ago
  • Jul31_14-38-06_035db630201d
    End of training almost 3 years ago
  • Jul31_15-08-35_035db630201d
    End of training almost 3 years ago
  • Jul31_15-27-46_035db630201d
    Training in progress, epoch 1 almost 3 years ago
  • Jul31_15-32-00_035db630201d
    End of training almost 3 years ago
  • Jul31_17-32-07_2e5acf13ca92
    End of training almost 3 years ago
  • Jul31_18-10-22_2e5acf13ca92
    End of training almost 3 years ago
  • Jul31_19-20-24_fcd3f550014b
    End of training almost 3 years ago
  • Jul31_19-30-57_fcd3f550014b
    End of training almost 3 years ago
  • Jul31_19-45-06_fcd3f550014b
    End of training almost 3 years ago