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

T0KII
/
MASRIBERTv3

Fill-Mask
Transformers
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use T0KII/MASRIBERTv3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="T0KII/MASRIBERTv3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("T0KII/MASRIBERTv3")
    model = AutoModelForMaskedLM.from_pretrained("T0KII/MASRIBERTv3", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MASRIBERTv3
3.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 38 commits
T0KII's picture
T0KII
Model save
a9885e8 verified 3 months ago
  • last-checkpoint
    Training in progress, step 18000, checkpoint 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    1.41 kB
    Model save 3 months ago
  • config.json
    945 Bytes
    Training in progress, step 1000 3 months ago
  • model.safetensors
    776 MB
    xet
    Model save 3 months ago
  • tokenizer.json
    10.1 MB
    Model save 3 months ago
  • tokenizer_config.json
    402 Bytes
    Model save 3 months ago
  • training_args.bin
    5.2 kB
    xet
    Model save 3 months ago