Svngoku's picture
Update README.md
6b34384 verified
|
raw
history blame
978 Bytes
---
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
```sh
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](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)