patrickvonplaten commited on
Commit
d1ecd15
·
verified ·
1 Parent(s): d1002e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -511,6 +511,8 @@ decoded_output = tokenizer.decode(output[len(tokenized["input_ids"][0]):])
511
  print(decoded_output)
512
  ```
513
 
 
 
514
  #### Transformers BF16
515
 
516
  Transformers allows you to automatically convert the checkpoint to Bfloat16. To do so, simply load the model as follows:
@@ -526,8 +528,6 @@ model = Mistral3ForConditionalGeneration.from_pretrained(
526
  )
527
  ```
528
 
529
- </details>
530
-
531
  ## License
532
 
533
  This model is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.txt).
 
511
  print(decoded_output)
512
  ```
513
 
514
+ </details>
515
+
516
  #### Transformers BF16
517
 
518
  Transformers allows you to automatically convert the checkpoint to Bfloat16. To do so, simply load the model as follows:
 
528
  )
529
  ```
530
 
 
 
531
  ## License
532
 
533
  This model is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.txt).