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

  • Log In
  • Sign Up

projecte-aina
/
Plume32k

Translation
Transformers
Safetensors
gemma
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use projecte-aina/Plume32k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use projecte-aina/Plume32k 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="projecte-aina/Plume32k")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("projecte-aina/Plume32k")
    model = AutoModelForCausalLM.from_pretrained("projecte-aina/Plume32k")
  • Notebooks
  • Google Colab
  • Kaggle
Plume32k
8.19 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 54 commits
mmarimon's picture
mmarimon
Update README.md
bc7abcb verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    8.37 kB
    Update README.md over 1 year ago
  • config.json
    638 Bytes
    Upload 6 files almost 2 years ago
  • generation_config.json
    132 Bytes
    Upload 6 files almost 2 years ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Upload 3 files almost 2 years ago
  • model-00002-of-00002.safetensors
    3.22 GB
    xet
    Upload 3 files almost 2 years ago
  • model.safetensors.index.json
    13.5 kB
    Upload 3 files almost 2 years ago
  • special_tokens_map.json
    279 Bytes
    Upload 6 files almost 2 years ago
  • tokenizer.json
    1.33 MB
    Upload 6 files almost 2 years ago
  • tokenizer_config.json
    2.58 kB
    Upload 6 files almost 2 years ago