Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ pipeline = SummarizationPipeline(
|
|
| 36 |
device=0
|
| 37 |
)
|
| 38 |
|
| 39 |
-
tokenized_code =
|
| 40 |
pipeline([tokenized_code])
|
| 41 |
```
|
| 42 |
Run this example in [colab notebook](https://github.com/agemagician/CodeTrans/blob/main/prediction/multitask/fine-tuning/source%20code%20summarization/sql/small_model.ipynb).
|
|
|
|
| 36 |
device=0
|
| 37 |
)
|
| 38 |
|
| 39 |
+
tokenized_code = "select time ( col0 ) from tab0"
|
| 40 |
pipeline([tokenized_code])
|
| 41 |
```
|
| 42 |
Run this example in [colab notebook](https://github.com/agemagician/CodeTrans/blob/main/prediction/multitask/fine-tuning/source%20code%20summarization/sql/small_model.ipynb).
|