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

oddadmix
/
Nawah-BERT-6M-bilingual

Fill-Mask
Transformers
Safetensors
Arabic
English
bert
arabic
english
encoder
bilingual
mlm
tiny-model
from-scratch
Model card Files Files and versions
xet
Community

Instructions to use oddadmix/Nawah-BERT-6M-bilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use oddadmix/Nawah-BERT-6M-bilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="oddadmix/Nawah-BERT-6M-bilingual")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("oddadmix/Nawah-BERT-6M-bilingual")
    model = AutoModelForMaskedLM.from_pretrained("oddadmix/Nawah-BERT-6M-bilingual", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Nawah-BERT-6M-bilingual
26.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
oddadmix's picture
oddadmix
6M BERT pretrained from scratch on 5B AR + 5B EN, bilingual 32K vocab
e37286d verified 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • README.md
    3.68 kB
    6M BERT pretrained from scratch on 5B AR + 5B EN, bilingual 32K vocab 9 days ago
  • config.json
    669 Bytes
    6M BERT pretrained from scratch on 5B AR + 5B EN, bilingual 32K vocab 9 days ago
  • model.safetensors
    24 MB
    xet
    6M BERT pretrained from scratch on 5B AR + 5B EN, bilingual 32K vocab 9 days ago
  • tokenizer.json
    2.62 MB
    6M BERT pretrained from scratch on 5B AR + 5B EN, bilingual 32K vocab 9 days ago
  • tokenizer_config.json
    268 Bytes
    6M BERT pretrained from scratch on 5B AR + 5B EN, bilingual 32K vocab 9 days ago
  • train_bert6m_bilingual.py
    11.8 kB
    6M BERT pretrained from scratch on 5B AR + 5B EN, bilingual 32K vocab 9 days ago
  • train_tokenizer_bilingual.py
    2.26 kB
    6M BERT pretrained from scratch on 5B AR + 5B EN, bilingual 32K vocab 9 days ago