aiqtech commited on
Commit
a1f7d71
·
verified ·
1 Parent(s): 5e570dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -13
app.py CHANGED
@@ -18,21 +18,9 @@ app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
18
 
19
  # Predefined tokenizer models with aliases
20
  TOKENIZER_MODELS = {
21
- 'qwen3': {
22
- 'name': 'Qwen/Qwen3-32B',
23
- 'alias': 'Qwen3-32B'
24
- },
25
- 'qwen3': {
26
- 'name': 'Qwen/Qwen3-14B',
27
- 'alias': 'Qwen3-14B'
28
- },
29
- 'qwen3': {
30
- 'name': 'Qwen/Qwen3-8B',
31
- 'alias': 'Qwen3-8B'
32
- },
33
  'qwen3': {
34
  'name': 'Qwen/Qwen3-0.6B',
35
- 'alias': 'Qwen3-0.6B'
36
  },
37
  'llama4': {
38
  'name': 'meta-llama/Llama-4-Scout-17B-16E-Instruct',
 
18
 
19
  # Predefined tokenizer models with aliases
20
  TOKENIZER_MODELS = {
 
 
 
 
 
 
 
 
 
 
 
 
21
  'qwen3': {
22
  'name': 'Qwen/Qwen3-0.6B',
23
+ 'alias': 'Qwen3'
24
  },
25
  'llama4': {
26
  'name': 'meta-llama/Llama-4-Scout-17B-16E-Instruct',