FINGU-AI commited on
Commit
157b391
·
verified ·
1 Parent(s): 5716a6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,10 +20,10 @@ Additionally, `FINGU-AI/FINGU-2.5-instruct-32B` has been assessed using the JFLD
20
 
21
  Ensure that the required packages are installed:
22
 
23
- ```bash
24
  pip install torch transformers
25
  ```
26
- ```
27
  from transformers import AutoTokenizer, AutoModelForCausalLM
28
  import torch
29
 
 
20
 
21
  Ensure that the required packages are installed:
22
 
23
+ ```python
24
  pip install torch transformers
25
  ```
26
+ ```python
27
  from transformers import AutoTokenizer, AutoModelForCausalLM
28
  import torch
29