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

chi-vi
/
tok_test1

Token Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

Instructions to use chi-vi/tok_test1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chi-vi/tok_test1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="chi-vi/tok_test1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("chi-vi/tok_test1")
    model = AutoModelForTokenClassification.from_pretrained("chi-vi/tok_test1")
  • Notebooks
  • Google Colab
  • Kaggle
tok_test1
407 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
b3x0m's picture
b3x0m
Upload BertForTokenClassification
d64d00d verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.17 kB
    Upload BertForTokenClassification 9 months ago
  • config.json
    980 Bytes
    Upload BertForTokenClassification 9 months ago
  • model.safetensors
    407 MB
    xet
    Upload BertForTokenClassification 9 months ago
  • special_tokens_map.json
    694 Bytes
    Upload tokenizer 9 months ago
  • tokenizer.json
    439 kB
    Upload tokenizer 9 months ago
  • tokenizer_config.json
    1.25 kB
    Upload tokenizer 9 months ago
  • vocab.txt
    110 kB
    Upload tokenizer 9 months ago