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

Sandroeth
/
cali-id-en-translate

Translation
Transformers
Safetensors
Indonesian
English
cali
text-generation
indonesian
english
causal-lm
fine-tuning
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Sandroeth/cali-id-en-translate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sandroeth/cali-id-en-translate 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="Sandroeth/cali-id-en-translate", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("Sandroeth/cali-id-en-translate", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cali-id-en-translate
497 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Sandroeth's picture
Sandroeth
Update README.md
aee4721 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    3.22 kB
    Update README.md 3 days ago
  • chat_template.jinja
    447 Bytes
    Update chat_template.jinja 3 days ago
  • config.json
    665 Bytes
    Upload CALIForCausalLM 3 days ago
  • configuration_cali.py
    1.43 kB
    Upload CALIForCausalLM 3 days ago
  • generation_config.json
    269 Bytes
    Upload CALIForCausalLM 3 days ago
  • model.safetensors
    495 MB
    xet
    Upload CALIForCausalLM 3 days ago
  • modeling_cali.py
    11.8 kB
    Upload CALIForCausalLM 3 days ago
  • tokenizer.json
    2.23 MB
    Upload tokenizer 3 days ago
  • tokenizer_config.json
    325 Bytes
    Upload tokenizer 3 days ago