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

Holako
/
NER_CAMELBERT

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

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

  • Libraries
  • Transformers

    How to use Holako/NER_CAMELBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Holako/NER_CAMELBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Holako/NER_CAMELBERT")
    model = AutoModelForTokenClassification.from_pretrained("Holako/NER_CAMELBERT")
  • Notebooks
  • Google Colab
  • Kaggle
NER_CAMELBERT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Holako's picture
Holako
Upload vocab.txt
b48ec7e over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    11 Bytes
    Create README.md over 4 years ago
  • config.json
    825 Bytes
    Upload config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    436 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json over 4 years ago
  • test_predictions.txt
    310 kB
    Upload test_predictions.txt over 4 years ago
  • test_results.txt
    165 Bytes
    Upload test_results.txt over 4 years ago
  • tokenizer_config.json
    86 Bytes
    Upload tokenizer_config.json over 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    1.36 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago
  • vocab.txt
    305 kB
    Upload vocab.txt over 4 years ago