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

ziedsb19
/
tunbert_zied

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

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

  • Libraries
  • Transformers

    How to use ziedsb19/tunbert_zied with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ziedsb19/tunbert_zied")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ziedsb19/tunbert_zied")
    model = AutoModelForMaskedLM.from_pretrained("ziedsb19/tunbert_zied", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tunbert_zied
215 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ziedsb19's picture
ziedsb19
add readme file
a8f4668 almost 5 years ago
  • .gitattributes
    1.18 kB
    initial commit almost 5 years ago
  • README.md
    1.83 kB
    add readme file almost 5 years ago
  • all_results.json
    457 Bytes
    commit from ziedsb19 almost 5 years ago
  • config.json
    659 Bytes
    commit from ziedsb19 almost 5 years ago
  • pytorch_model.bin
    214 MB
    xet
    commit from ziedsb19 almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    commit from ziedsb19 almost 5 years ago
  • tokenizer_config.json
    339 Bytes
    commit from ziedsb19 almost 5 years ago
  • train_results.json
    457 Bytes
    commit from ziedsb19 almost 5 years ago
  • trainer_state.json
    723 kB
    commit from ziedsb19 almost 5 years ago
  • training_args.bin
    2.29 kB
    xet
    commit from ziedsb19 almost 5 years ago
  • vocab.txt
    79.7 kB
    commit from ziedsb19 almost 5 years ago