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

  • Log In
  • Sign Up

nullday
/
immersiveL-exp

Translation
Transformers
PyTorch
Safetensors
Chinese
English
bloom
text-generation
gpt-style
chinese
english
text-generation-inference
Model card Files Files and versions
xet
Community
10

Instructions to use nullday/immersiveL-exp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nullday/immersiveL-exp 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="nullday/immersiveL-exp")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("nullday/immersiveL-exp")
    model = AutoModelForCausalLM.from_pretrained("nullday/immersiveL-exp")
  • Notebooks
  • Google Colab
  • Kaggle
immersiveL-exp
Ctrl+K
Ctrl+K
  • 4 contributors
History: 2 commits
TimVan
First model version
01373d1 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    43 Bytes
    initial commit almost 3 years ago
  • config.json
    806 Bytes
    First model version almost 3 years ago
  • generation_config.json
    132 Bytes
    First model version almost 3 years ago
  • tokenizer_config.json
    258 Bytes
    First model version almost 3 years ago