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

dragosnicolae555
/
ALR_BERT

Fill-Mask
Transformers
PyTorch
Romanian
albert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use dragosnicolae555/ALR_BERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="dragosnicolae555/ALR_BERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("dragosnicolae555/ALR_BERT")
    model = AutoModelForMaskedLM.from_pretrained("dragosnicolae555/ALR_BERT")
  • Notebooks
  • Google Colab
  • Kaggle
ALR_BERT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
dragosnicolae555's picture
dragosnicolae555
Update README.md
454c024 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    3.11 kB
    Update README.md over 4 years ago
  • added_tokens.json
    65 Bytes
    update model config over 4 years ago
  • config.json
    716 Bytes
    Update config.json over 4 years ago
  • pytorch_model.bin
    55.2 MB
    xet
    Model ALR-BERT over 4 years ago
  • rng_state.pth
    23.6 kB
    xet
    upload all files over 4 years ago
  • special_tokens_map.json
    244 Bytes
    update model config over 4 years ago
  • spiece.model
    1.13 MB
    xet
    update model config over 4 years ago
  • spiece.vocab
    832 kB
    update model config over 4 years ago
  • tokenizer_config.json
    454 Bytes
    Update tokenizer_config.json over 4 years ago
  • trainer_state.json
    55.7 kB
    upload all files over 4 years ago
  • training_args.bin
    2.61 kB
    xet
    upload all files over 4 years ago