optimized version

#38
by phani50101 - opened
Files changed (2) hide show
  1. README.md +2 -2
  2. params.json +1 -2
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- library_name: vllm
3
  language:
4
  - en
5
  - fr
@@ -12,6 +11,7 @@ language:
12
  - ru
13
  - ko
14
  license: apache-2.0
 
15
  inference: false
16
  base_model:
17
  - mistralai/Mistral-Small-24B-Base-2501
@@ -19,7 +19,7 @@ extra_gated_description: >-
19
  If you want to learn more about how we process your personal data, please read
20
  our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
21
  tags:
22
- - vllm
23
  ---
24
 
25
  # Model Card for Mistral-Small-24B-Instruct-2501
 
1
  ---
 
2
  language:
3
  - en
4
  - fr
 
11
  - ru
12
  - ko
13
  license: apache-2.0
14
+ library_name: vllm
15
  inference: false
16
  base_model:
17
  - mistralai/Mistral-Small-24B-Base-2501
 
19
  If you want to learn more about how we process your personal data, please read
20
  our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
21
  tags:
22
+ - transformers
23
  ---
24
 
25
  # Model Card for Mistral-Small-24B-Instruct-2501
params.json CHANGED
@@ -8,6 +8,5 @@
8
  "norm_eps": 1e-05,
9
  "vocab_size": 131072,
10
  "rope_theta": 100000000.0,
11
- "max_seq_len": 32768,
12
- "max_position_embeddings": 32768
13
  }
 
8
  "norm_eps": 1e-05,
9
  "vocab_size": 131072,
10
  "rope_theta": 100000000.0,
11
+ "max_seq_len": 32768
 
12
  }