Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def tokenize(input_text):
|
|
60 |
"Command-R": command_r_tokens,
|
61 |
"Qwen/Qwen1.5": qwen_tokens,
|
62 |
"CodeQwen": codeqwen_tokens,
|
63 |
-
"RWKV": rwkv_tokens
|
64 |
}
|
65 |
|
66 |
# Sort the results in descending order based on token length
|
|
|
60 |
"Command-R": command_r_tokens,
|
61 |
"Qwen/Qwen1.5": qwen_tokens,
|
62 |
"CodeQwen": codeqwen_tokens,
|
63 |
+
"v5-RWKV": rwkv_tokens
|
64 |
}
|
65 |
|
66 |
# Sort the results in descending order based on token length
|