File size: 388 Bytes
7fd9b52
 
23ad039
 
7fd9b52
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
library_name: transformers
tags:
  - custom_generate
---

## Base model:
`Qwen/Qwen2.5-0.5B-Instruct`

## Description
Test repo to experiment with calling `generate` from the hub. It is a simplified implementation of greedy decoding.

## Additional Arguments
`left_padding` (`int`, *optional*): number of padding tokens to add before the provided input

## Output Type changes
(none)