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

mobashgr
/
BioRED-Dis-WLT-128-BlueBERT-ENS-9

Token Classification
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use mobashgr/BioRED-Dis-WLT-128-BlueBERT-ENS-9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mobashgr/BioRED-Dis-WLT-128-BlueBERT-ENS-9 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="mobashgr/BioRED-Dis-WLT-128-BlueBERT-ENS-9")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mobashgr/BioRED-Dis-WLT-128-BlueBERT-ENS-9")
    model = AutoModelForTokenClassification.from_pretrained("mobashgr/BioRED-Dis-WLT-128-BlueBERT-ENS-9")
  • Notebooks
  • Google Colab
  • Kaggle
BioRED-Dis-WLT-128-BlueBERT-ENS-9
436 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mobashgr's picture
mobashgr
intial commit
2afb74e over 3 years ago
  • config.json
    913 Bytes
    intial commit over 3 years ago
  • eval_results.txt
    188 Bytes
    intial commit over 3 years ago
  • pytorch_model.bin
    436 MB
    xet
    intial commit over 3 years ago
  • special_tokens_map.json
    112 Bytes
    intial commit over 3 years ago
  • test_predictions.txt
    238 kB
    intial commit over 3 years ago
  • test_results.txt
    216 Bytes
    intial commit over 3 years ago
  • tokenizer_config.json
    397 Bytes
    intial commit over 3 years ago
  • training_args.bin
    2.93 kB
    xet
    intial commit over 3 years ago
  • vocab.txt
    232 kB
    intial commit over 3 years ago