Update README.md
Browse files
README.md
CHANGED
@@ -66,6 +66,9 @@ To simplify the comparision, we chosed the Pass@1 metric on python language, but
|
|
66 |
- we will provide much more benchmark scores on fine-tuned models in future.
|
67 |
- we will provide different practical problems to evaluate the performance of fine-tuned models in the field of software engineering.
|
68 |
|
|
|
|
|
|
|
69 |
```python
|
70 |
from transformers import AutoTokenizer
|
71 |
import transformers
|
|
|
66 |
- we will provide much more benchmark scores on fine-tuned models in future.
|
67 |
- we will provide different practical problems to evaluate the performance of fine-tuned models in the field of software engineering.
|
68 |
|
69 |
+
|
70 |
+
# Model Usage
|
71 |
+
|
72 |
```python
|
73 |
from transformers import AutoTokenizer
|
74 |
import transformers
|