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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

joey234
/
cuenb

Fill-Mask
Transformers
PyTorch
Safetensors
roberta
Generated from Trainer
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use joey234/cuenb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="joey234/cuenb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("joey234/cuenb")
    model = AutoModelForMaskedLM.from_pretrained("joey234/cuenb")
  • Notebooks
  • Google Colab
  • Kaggle
cuenb
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
joey234's picture
joey234
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
f755d16 almost 3 years ago
  • .gitattributes
    1.44 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    1.33 kB
    Update README.md over 3 years ago
  • all_results.json
    409 Bytes
    add model files over 3 years ago
  • config.json
    677 Bytes
    add model files over 3 years ago
  • eval_results.json
    230 Bytes
    add model files over 3 years ago
  • merges.txt
    456 kB
    add model files over 3 years ago
  • model.safetensors
    499 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    499 MB
    xet
    add model files over 3 years ago
  • special_tokens_map.json
    239 Bytes
    add model files over 3 years ago
  • tokenizer.json
    1.36 MB
    add model files over 3 years ago
  • tokenizer_config.json
    327 Bytes
    add model files over 3 years ago
  • train_results.json
    199 Bytes
    add model files over 3 years ago
  • trainer_state.json
    938 Bytes
    add model files over 3 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device"

    How to fix it?

    2.8 kB
    xet
    add model files over 3 years ago
  • vocab.json
    798 kB
    add model files over 3 years ago