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

edwatanabe
/
tendencias

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

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

  • Libraries
  • Transformers

    How to use edwatanabe/tendencias with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="edwatanabe/tendencias")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("edwatanabe/tendencias")
    model = AutoModelForMaskedLM.from_pretrained("edwatanabe/tendencias")
  • Notebooks
  • Google Colab
  • Kaggle
tendencias
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
edwatanabe's picture
edwatanabe
Initial-commit
11cd993 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.12 kB
    Initial-commit about 3 years ago
  • all_results.json
    392 Bytes
    Initial-commit about 3 years ago
  • config.json
    865 Bytes
    Initial-commit about 3 years ago
  • eval_results.json
    221 Bytes
    Initial-commit about 3 years ago
  • generation_config.json
    90 Bytes
    Initial-commit about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.LongStorage"

    What is a pickle import?

    1.34 GB
    xet
    Initial-commit about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Initial-commit about 3 years ago
  • tokenizer.json
    678 kB
    Initial-commit about 3 years ago
  • tokenizer_config.json
    395 Bytes
    Initial-commit about 3 years ago
  • train_results.json
    191 Bytes
    Initial-commit about 3 years ago
  • trainer_state.json
    835 Bytes
    Initial-commit about 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.58 kB
    xet
    Initial-commit about 3 years ago
  • vocab.txt
    210 kB
    Initial-commit about 3 years ago