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

  • Log In
  • Sign Up

DerartuDG
/
fintuned_bert

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

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

  • Libraries
  • Transformers

    How to use DerartuDG/fintuned_bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="DerartuDG/fintuned_bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("DerartuDG/fintuned_bert")
    model = AutoModelForMaskedLM.from_pretrained("DerartuDG/fintuned_bert")
  • Notebooks
  • Google Colab
  • Kaggle
fintuned_bert
3.37 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
DerartuDG's picture
DerartuDG
Upload merges.txt
08e5dbe verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    677 Bytes
    Upload 7 files about 2 years ago
  • merges.txt
    456 kB
    Upload merges.txt about 2 years ago
  • special_tokens_map.json
    280 Bytes
    Upload 7 files about 2 years ago
  • tokenizer.json
    2.11 MB
    Upload 7 files about 2 years ago
  • tokenizer_config.json
    1.22 kB
    Upload 7 files about 2 years ago
  • vocab.json
    798 kB
    Upload 7 files about 2 years ago