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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

IDEA-CCNL
/
Randeng-Deltalm-362M-En-Zh

Translation
Transformers
PyTorch
Chinese
English
Deltalm
text-generation
Model card Files Files and versions
xet
Community
4

Instructions to use IDEA-CCNL/Randeng-Deltalm-362M-En-Zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IDEA-CCNL/Randeng-Deltalm-362M-En-Zh 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="IDEA-CCNL/Randeng-Deltalm-362M-En-Zh")
    # Load model directly
    from transformers import AutoModelForSeq2SeqLM
    model = AutoModelForSeq2SeqLM.from_pretrained("IDEA-CCNL/Randeng-Deltalm-362M-En-Zh", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Randeng-Deltalm-362M-En-Zh
732 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 13 commits
Zimix's picture
Zimix
Update README.md
79fd845 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    3.54 kB
    Update README.md about 3 years ago
  • config.json
    1.45 kB
    Update config.json over 3 years ago
  • configuration_deltalm.py
    8.23 kB
    Upload configuration_deltalm.py over 3 years ago
  • modeling_deltalm.py
    77.4 kB
    Upload modeling_deltalm.py over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.HalfStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    726 MB
    xet
    init model over 3 years ago
  • spm.model
    5.07 MB
    xet
    init model over 3 years ago