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

annamos
/
BERT-Wikt-base-allpos

Feature Extraction
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

Instructions to use annamos/BERT-Wikt-base-allpos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use annamos/BERT-Wikt-base-allpos with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="annamos/BERT-Wikt-base-allpos")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("annamos/BERT-Wikt-base-allpos")
    model = AutoModel.from_pretrained("annamos/BERT-Wikt-base-allpos")
  • Notebooks
  • Google Colab
  • Kaggle
BERT-Wikt-base-allpos
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
annamos's picture
annamos
Update README.md
b8626f7 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    1.69 kB
    Update README.md 11 months ago
  • config.json
    735 Bytes
    Upload model 12 months ago
  • model.safetensors
    438 MB
    xet
    Upload model 12 months ago