shimmyshimmer commited on
Commit
52303e3
·
verified ·
1 Parent(s): e0f6e3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,7 +28,7 @@ license: apache-2.0
28
  library_name: vllm
29
  inference: false
30
  base_model:
31
- - mistralai/Devstrall-Small-2505
32
  extra_gated_description: >-
33
  If you want to learn more about how we process your personal data, please read
34
  our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
@@ -423,4 +423,4 @@ output = model.generate(
423
 
424
  decoded_output = tokenizer.decode(output[len(tokenized.tokens):])
425
  print(decoded_output)
426
- ```
 
28
  library_name: vllm
29
  inference: false
30
  base_model:
31
+ - mistralai/Devstral-Small-2505
32
  extra_gated_description: >-
33
  If you want to learn more about how we process your personal data, please read
34
  our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
 
423
 
424
  decoded_output = tokenizer.decode(output[len(tokenized.tokens):])
425
  print(decoded_output)
426
+ ```