JustinLin610
commited on
Commit
•
be08fe9
1
Parent(s):
361e0b3
Update README.md
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ generated_ids = [
|
|
74 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
75 |
```
|
76 |
|
77 |
-
##
|
78 |
|
79 |
Detailed evaluation results are reported in this [📑 blog](https://qwenlm.github.io/blog/qwen2.5/).
|
80 |
|
|
|
74 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
75 |
```
|
76 |
|
77 |
+
## Evaluation & Performance
|
78 |
|
79 |
Detailed evaluation results are reported in this [📑 blog](https://qwenlm.github.io/blog/qwen2.5/).
|
80 |
|