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

kumarme072
/
model_med_195_E

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

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

  • Libraries
  • Transformers

    How to use kumarme072/model_med_195_E with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="kumarme072/model_med_195_E")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("kumarme072/model_med_195_E")
    model = AutoModelForMaskedLM.from_pretrained("kumarme072/model_med_195_E", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
model_med_195_E
683 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
kumarme072's picture
kumarme072
Upload 4 files
23c21ae verified about 2 years ago
  • .gitattributes
    1.63 kB
    Upload 5 files about 2 years ago
  • README.md
    1.79 kB
    End of training about 2 years ago
  • added_tokens.json
    1.7 MB
    Upload 4 files about 2 years ago
  • config.json
    660 Bytes
    End of training about 2 years ago
  • generation_config.json
    95 Bytes
    End of training about 2 years ago
  • model.safetensors
    667 MB
    xet
    End of training about 2 years ago
  • special_tokens_map.json
    732 Bytes
    Upload 4 files about 2 years ago
  • tokenizer_config.json
    13.6 MB
    xet
    Upload 4 files about 2 years ago
  • training_args.bin
    4.86 kB
    xet
    End of training about 2 years ago
  • vocab.txt
    257 kB
    Upload 4 files about 2 years ago