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

Galvin
/
my_ebm_model_linkbert

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

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

  • Libraries
  • Transformers

    How to use Galvin/my_ebm_model_linkbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Galvin/my_ebm_model_linkbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Galvin/my_ebm_model_linkbert")
    model = AutoModelForTokenClassification.from_pretrained("Galvin/my_ebm_model_linkbert")
  • Notebooks
  • Google Colab
  • Kaggle
my_ebm_model_linkbert / runs
50.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Galvin's picture
Galvin
Training in progress, epoch 5
c2d0d5a about 3 years ago
  • Apr12_06-03-02_770c9fb3d895
    Training in progress, epoch 1 about 3 years ago
  • Apr12_06-12-50_770c9fb3d895
    Training in progress, epoch 2 about 3 years ago
  • Apr16_22-36-44_d0ff8631383a
    Training in progress, epoch 5 about 3 years ago
  • May01_07-44-23_d63579dafdb0
    Training in progress, epoch 5 about 3 years ago