Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

dhintech
/
percobaan_1

Translation
Transformers
Safetensors
Indonesian
English
marian
text2text-generation
indonesian
english
fine-tuned
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use dhintech/percobaan_1 with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="dhintech/percobaan_1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("dhintech/percobaan_1")
    model = AutoModelForSeq2SeqLM.from_pretrained("dhintech/percobaan_1")
  • Notebooks
  • Google Colab
  • Kaggle
percobaan_1
292 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
dhintech's picture
dhintech
Initial upload of fine-tuned MarianMT ID-EN model
f33ea73 verified 11 months ago
  • .gitattributes
    1.61 kB
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • README.md
    3.61 kB
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • config.json
    1.59 kB
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • generation_config.json
    288 Bytes
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • model.safetensors
    289 MB
    xet
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • model_config.json
    1.09 kB
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • optimized_translator.py
    6.87 kB
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • source.spm
    801 kB
    xet
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • special_tokens_map.json
    74 Bytes
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • target.spm
    796 kB
    xet
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • tokenizer_config.json
    816 Bytes
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • training_history.json
    1.36 kB
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago
  • vocab.json
    1.37 MB
    Initial upload of fine-tuned MarianMT ID-EN model 11 months ago