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

Cube
/
tcmtest

Token Classification
Transformers
google-tensorflow TensorFlow
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Cube/tcmtest with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Cube/tcmtest")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Cube/tcmtest")
    model = AutoModelForTokenClassification.from_pretrained("Cube/tcmtest")
  • Notebooks
  • Google Colab
  • Kaggle
tcmtest
407 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Cube's picture
Cube
Delete bert_config.json
946ccf5 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • config.json
    1.7 kB
    Upload config.json over 3 years ago
  • tf_model.h5
    407 MB
    xet
    Upload tf_model.h5 over 3 years ago
  • vocab.txt
    110 kB
    Upload vocab.txt over 3 years ago