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

planhanasan
/
test-trainer

Fill-Mask
Transformers
PyTorch
TensorBoard
Japanese
camembert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use planhanasan/test-trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use planhanasan/test-trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="planhanasan/test-trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("planhanasan/test-trainer")
    model = AutoModelForMaskedLM.from_pretrained("planhanasan/test-trainer")
  • Notebooks
  • Google Colab
  • Kaggle
test-trainer
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
planhanasan's picture
planhanasan
Update README.md
6f8a520 almost 4 years ago
  • runs
    End of training almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • README.md
    1.05 kB
    Update README.md almost 4 years ago
  • config.json
    701 Bytes
    First model version almost 4 years ago
  • hanana.json
    0 Bytes
    Add model and tokenizer files almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    First model version almost 4 years ago
  • special_tokens_map.json
    354 Bytes
    First model version almost 4 years ago
  • tokenizer.json
    2.42 MB
    First model version almost 4 years ago
  • tokenizer_config.json
    522 Bytes
    First model version almost 4 years ago
  • training_args.bin
    3.31 kB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 almost 4 years ago