yusufcakmak commited on
Commit
b24005a
·
verified ·
1 Parent(s): f42f7f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -5,7 +5,7 @@ pipeline_tag: text-generation
5
  ---
6
 
7
 
8
- # **Trendyol LLM v2.0**
9
  Trendyol LLM v4.1.0 is a generative model based on Trendyol LLM base v4.0 (continued pretraining version of [Qwen2.5 7B](https://huggingface.co/Qwen/Qwen2.5-7B) on 13 billion tokens) model. This is the repository for the chat model.
10
 
11
  ## Usage
@@ -39,7 +39,6 @@ messages = [
39
  outputs = pipe(
40
  messages,
41
  max_new_tokens=1024,
42
- eos_token_id=terminators,
43
  return_full_text=False,
44
  **sampling_params
45
  )
 
5
  ---
6
 
7
 
8
+ # **Trendyol LLM v4.1.0**
9
  Trendyol LLM v4.1.0 is a generative model based on Trendyol LLM base v4.0 (continued pretraining version of [Qwen2.5 7B](https://huggingface.co/Qwen/Qwen2.5-7B) on 13 billion tokens) model. This is the repository for the chat model.
10
 
11
  ## Usage
 
39
  outputs = pipe(
40
  messages,
41
  max_new_tokens=1024,
 
42
  return_full_text=False,
43
  **sampling_params
44
  )