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

helboukkouri
/
character-bert

Feature Extraction
Transformers
PyTorch
character_bert
custom_code
Model card Files Files and versions
xet
Community
4

Instructions to use helboukkouri/character-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use helboukkouri/character-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="helboukkouri/character-bert", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("helboukkouri/character-bert", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
character-bert
Ctrl+K
Ctrl+K
  • 2 contributors
History: 24 commits
nthngdy's picture
nthngdy
Update tokenization_character_bert.py
cb7d89a about 3 years ago
  • .gitattributes
    690 Bytes
    initial commit over 5 years ago
  • config.json
    1.18 kB
    Update config.json about 3 years ago
  • configuration_character_bert.py
    7.65 kB
    Update configuration_character_bert.py about 3 years ago
  • mlm_vocab.txt
    808 kB
    Add Masked Language Modeling vocabulary about 5 years ago
  • modeling_character_bert.py
    84.2 kB
    fix import about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    728 MB
    xet
    Update CharacterBERT checkpoint with pre-training weights about 5 years ago
  • special_tokens_map.json
    112 Bytes
    Add Tokenizer config & Update model config about 5 years ago
  • tokenization_character_bert.py
    42.9 kB
    Update tokenization_character_bert.py about 3 years ago
  • tokenizer_config.json
    371 Bytes
    Update tokenizer_config.json about 3 years ago
  • vocab.txt
    0 Bytes
    Add Tokenizer config & Update model config about 5 years ago