Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,6 @@ library_name: transformers
|
|
8 |
pipeline_tag: text-generation
|
9 |
tags:
|
10 |
- function-call
|
11 |
-
- Qwen2
|
12 |
---
|
13 |
|
14 |
# Qwen2-7B-Instruct-glaive-function-calling
|
@@ -115,4 +114,4 @@ generated_ids = [
|
|
115 |
]
|
116 |
|
117 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
118 |
-
```
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
tags:
|
10 |
- function-call
|
|
|
11 |
---
|
12 |
|
13 |
# Qwen2-7B-Instruct-glaive-function-calling
|
|
|
114 |
]
|
115 |
|
116 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
117 |
+
```
|