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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Taykhoom
/
BERT-updated

Feature Extraction
Transformers
bert_updated
bert
language-model
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Taykhoom/BERT-updated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Taykhoom/BERT-updated with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Taykhoom/BERT-updated", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Taykhoom/BERT-updated", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BERT-updated
27.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Taykhoom's picture
Taykhoom
Fix model correctness and Hugging Face compatibility
c2ee707 verified about 12 hours ago
  • .gitattributes
    1.52 kB
    Initial BERT-updated Hugging Face port 2 days ago
  • README.md
    3.01 kB
    Fix model correctness and Hugging Face compatibility about 12 hours ago
  • config.json
    618 Bytes
    Initial BERT-updated Hugging Face port 2 days ago
  • configuration_bert_updated.py
    1.47 kB
    Fix model correctness and Hugging Face compatibility about 12 hours ago
  • modeling_bert.py
    20.7 kB
    Fix model correctness and Hugging Face compatibility about 12 hours ago