Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

dascim
/
juribert-tiny

Fill-Mask
Transformers
Safetensors
French
bert
Model card Files Files and versions
xet
Community

Instructions to use dascim/juribert-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dascim/juribert-tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="dascim/juribert-tiny")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("dascim/juribert-tiny")
    model = AutoModelForMaskedLM.from_pretrained("dascim/juribert-tiny")
  • Notebooks
  • Google Colab
  • Kaggle
juribert-tiny
26.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
habdine's picture
habdine
Update README.md
e6daca7 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.66 kB
    Update README.md over 1 year ago
  • config.json
    695 Bytes
    Upload 8 files over 1 year ago
  • generation_config.json
    90 Bytes
    Upload 8 files over 1 year ago
  • merges.txt
    344 kB
    Upload 8 files over 1 year ago
  • model.safetensors
    23.7 MB
    xet
    Upload 8 files over 1 year ago
  • special_tokens_map.json
    958 Bytes
    Upload 8 files over 1 year ago
  • tokenizer.json
    1.44 MB
    Upload 8 files over 1 year ago
  • tokenizer_config.json
    1.24 kB
    Upload 8 files over 1 year ago
  • vocab.json
    558 kB
    Upload 8 files over 1 year ago