Svngoku's picture
Update README.md
6b34384 verified
|
raw
history blame
978 Bytes
metadata
base_model: unsloth/Qwen2-1.5b-bnb-4bit
language:
  - en
  - fr
license: apache-2.0
tags:
  - text-generation-inference
  - transformers
  - unsloth
  - qwen2
  - trl
datasets:
  - ClarityClips/youtube-video-summarization
pipeline_tag: summarization

ClarityQwen2Summarizer a Qwen2 1.5b Model for Youtube Transcript Summarization

  • Developed by: ClarityClips
  • License: apache-2.0
  • Finetuned from model : unsloth/Qwen2-1.5b-bnb-4bit

Inference LlamaCpp

llama-cli \
        --hf-repo "ClarityClips/ClarityQwen2Summarizer" \
        --hf-file unsloth.Q4_K_M.gguf \
        -p "Nihilism: The Philosophy of Johan Liebert, the Tenma's Influence. Summary: " \
        -n 700

This qwen2 model was trained 2x faster with Unsloth and Huggingface's TRL library.