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

joshanashakya
/
mini_codebert_sourcecode_nmt_ja2pn_50E_5e-05LR

Transformers
PyTorch
encoder-decoder
text2text-generation
Model card Files Files and versions
xet
Community
1

Instructions to use joshanashakya/mini_codebert_sourcecode_nmt_ja2pn_50E_5e-05LR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use joshanashakya/mini_codebert_sourcecode_nmt_ja2pn_50E_5e-05LR with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("joshanashakya/mini_codebert_sourcecode_nmt_ja2pn_50E_5e-05LR")
    model = AutoModelForSeq2SeqLM.from_pretrained("joshanashakya/mini_codebert_sourcecode_nmt_ja2pn_50E_5e-05LR")
  • Notebooks
  • Google Colab
  • Kaggle
mini_codebert_sourcecode_nmt_ja2pn_50E_5e-05LR
901 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
joshanashakya's picture
joshanashakya
Upload vocab.json
7e8f76f almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • tokenizer_config.json
    1.29 kB
    Upload tokenizer_config.json almost 4 years ago
  • vocab.json
    899 kB
    Upload vocab.json almost 4 years ago