Update README.md
Browse files
README.md
CHANGED
@@ -71,8 +71,10 @@ To simplify the comparision, we chosed the Pass@1 metric on python language, but
|
|
71 |
- we will provide different practical problems to evaluate the performance of fine-tuned models in the field of software engineering.
|
72 |
|
73 |
|
|
|
74 |
# Model Usage
|
75 |
|
|
|
76 |
```python
|
77 |
from transformers import AutoTokenizer
|
78 |
import transformers
|
|
|
71 |
- we will provide different practical problems to evaluate the performance of fine-tuned models in the field of software engineering.
|
72 |
|
73 |
|
74 |
+
|
75 |
# Model Usage
|
76 |
|
77 |
+
|
78 |
```python
|
79 |
from transformers import AutoTokenizer
|
80 |
import transformers
|