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
11.6 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 7 commits
Qi Chen
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#9)
ab70261 over 2 years ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json (#4) over 2 years ago
  • README.md
    1.46 kB
    Update README.md (#7) over 2 years ago
  • config.json
    806 Bytes
    First model version again (#3) almost 3 years ago
  • generation_config.json
    132 Bytes
    First model version again (#3) almost 3 years ago
  • model.safetensors
    5.8 GB
    xet
    Adding `safetensors` variant of this model (#9) over 2 years ago
  • pytorch_model.bin
    5.8 GB
    xet
    Upload pytorch_model.bin (#5) over 2 years ago
  • special_tokens_map.json
    96 Bytes
    First model version again (#3) almost 3 years ago
  • tokenizer.json
    14.5 MB
    xet
    Upload tokenizer.json (#4) over 2 years ago
  • tokenizer_config.json
    258 Bytes
    First model version again (#3) almost 3 years ago