Knifecat commited on
Commit
c49b433
·
verified ·
1 Parent(s): 53f7c91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
 
17
  <div align="center">
18
  <a href="https://github.com/lyhbio/RAG-ICL-DFPO" target="_blank">
19
- <img src="DFPO.png" width="50%" alt="DFPO">
20
  </a>
21
  </div>
22
 
@@ -24,7 +24,7 @@ tags:
24
 
25
  See the snippet below for usage with Transformers:
26
 
27
- ```
28
  import torch
29
  from transformers import AutoModelForCausalLM, AutoTokenizer
30
 
 
16
 
17
  <div align="center">
18
  <a href="https://github.com/lyhbio/RAG-ICL-DFPO" target="_blank">
19
+ <img src="DFPO.png" width="70%" alt="DFPO">
20
  </a>
21
  </div>
22
 
 
24
 
25
  See the snippet below for usage with Transformers:
26
 
27
+ ```python
28
  import torch
29
  from transformers import AutoModelForCausalLM, AutoTokenizer
30