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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

iisys-hof
/
OLaPhLLM_v2

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

Instructions to use iisys-hof/OLaPhLLM_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use iisys-hof/OLaPhLLM_v2 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="iisys-hof/OLaPhLLM_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("iisys-hof/OLaPhLLM_v2")
    model = AutoModelForCausalLM.from_pretrained("iisys-hof/OLaPhLLM_v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
OLaPhLLM_v2
5.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
ojo's picture
ojo
Update README.md
165cad8 verified about 2 months ago
  • .gitattributes
    1.57 kB
    Upload 14 files 3 months ago
  • README.md
    3.34 kB
    Update README.md about 2 months ago
  • all_results.json
    353 Bytes
    Upload 14 files 3 months ago
  • chat_template.jinja
    356 Bytes
    Upload 14 files 3 months ago
  • config.json
    1.57 kB
    Upload 14 files 3 months ago
  • eval_results.json
    164 Bytes
    Upload 14 files 3 months ago
  • generation_config.json
    198 Bytes
    Upload 14 files 3 months ago
  • model.safetensors
    5.23 GB
    xet
    Upload 14 files 3 months ago
  • tokenizer.json
    34.4 MB
    xet
    Upload 14 files 3 months ago
  • tokenizer_config.json
    511 Bytes
    Upload 14 files 3 months ago
  • train_results.json
    209 Bytes
    Upload 14 files 3 months ago
  • trainer_log.jsonl
    4.72 MB
    Upload 14 files 3 months ago
  • trainer_state.json
    4.01 MB
    Upload 14 files 3 months ago
  • training_args.bin
    7.31 kB
    xet
    Upload 14 files 3 months ago
  • training_eval_loss.png
    36.3 kB
    Upload 14 files 3 months ago
  • training_loss.png
    23.1 kB
    Upload 14 files 3 months ago