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

Lemoooon
/
TIM-BLOOMZ-7b

Translation
Transformers
PyTorch
English
bloom
feature-extraction
bloomz-7b-mt
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use Lemoooon/TIM-BLOOMZ-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Lemoooon/TIM-BLOOMZ-7b 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="Lemoooon/TIM-BLOOMZ-7b")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Lemoooon/TIM-BLOOMZ-7b")
    model = AutoModel.from_pretrained("Lemoooon/TIM-BLOOMZ-7b")
  • Notebooks
  • Google Colab
  • Kaggle
TIM-BLOOMZ-7b
26.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Lemoooon's picture
Lemoooon
commit from lemon
55245aa over 2 years ago
  • .gitattributes
    1.57 kB
    Upload 7 files almost 3 years ago
  • README.md
    207 Bytes
    Update README.md almost 3 years ago
  • config.json
    871 Bytes
    Upload 7 files almost 3 years ago
  • pytorch_model-00001-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    14.1 GB
    xet
    commit from lemon over 2 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    12.1 GB
    xet
    commit from lemon over 2 years ago
  • pytorch_model.bin.index.json
    27.5 kB
    commit from lemon over 2 years ago
  • special_tokens_map.json
    96 Bytes
    Upload 7 files almost 3 years ago
  • tokenizer.json
    14.5 MB
    xet
    Upload 7 files almost 3 years ago
  • tokenizer_config.json
    254 Bytes
    Upload 7 files almost 3 years ago