Commit
·
9d030fd
1
Parent(s):
942cdd0
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ model = TranslatorCT2fromHfHub(
|
|
36 |
tokenizer=AutoTokenizer.from_pretrained("Salesforce/codet5p-770m")
|
37 |
)
|
38 |
outputs = model.generate(
|
39 |
-
text=["
|
40 |
)
|
41 |
print(outputs)
|
42 |
```
|
|
|
36 |
tokenizer=AutoTokenizer.from_pretrained("Salesforce/codet5p-770m")
|
37 |
)
|
38 |
outputs = model.generate(
|
39 |
+
text=["def print_hello_world():", "def hello_name(name:"],
|
40 |
)
|
41 |
print(outputs)
|
42 |
```
|