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

  • Log In
  • Sign Up

Unbabel
/
TowerBase-7B-v0.1

Translation
Transformers
PyTorch
Safetensors
llama
text-generation
Eval Results (legacy)
text-generation-inference
Model card Files Files and versions
xet
Community
10

Instructions to use Unbabel/TowerBase-7B-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Unbabel/TowerBase-7B-v0.1 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="Unbabel/TowerBase-7B-v0.1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("Unbabel/TowerBase-7B-v0.1")
    model = AutoModelForCausalLM.from_pretrained("Unbabel/TowerBase-7B-v0.1")
  • Notebooks
  • Google Colab
  • Kaggle
TowerBase-7B-v0.1
27 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 20 commits
jmprcp's picture
jmprcp
open LLM leaderboard tags on readme
bd59c10 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • LICENSE
    20.8 kB
    Licenses over 2 years ago
  • Notice
    112 Bytes
    Licenses over 2 years ago
  • README.md
    5.89 kB
    open LLM leaderboard tags on readme about 2 years ago
  • config.json
    610 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • generation_config.json
    111 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • model.safetensors
    13.5 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    13.5 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    414 Bytes
    Corrected tokenizer about 2 years ago
  • tokenizer.json
    1.84 MB
    Corrected tokenizer about 2 years ago
  • tokenizer.model
    500 kB
    xet
    Corrected tokenizer about 2 years ago
  • tokenizer_config.json
    867 Bytes
    Corrected tokenizer about 2 years ago