File size: 978 Bytes
6e9b7d9
 
 
 
53a3726
6e9b7d9
 
 
 
 
 
 
53a3726
 
 
6e9b7d9
 
6b34384
6e9b7d9
 
 
 
 
ff2941e
 
 
 
 
 
 
 
 
 
6e9b7d9
 
53a3726
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
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)