Update README.md
Browse files
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="
|
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 |
|