wei commited on
Commit
f1a6a6b
1 Parent(s): 53d7170

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ pipeline = SummarizationPipeline(
36
  device=0
37
  )
38
 
39
- tokenized_code = '''with open ( CODE_STRING , CODE_STRING ) as in_file : buf = in_file . readlines ( ) with open ( CODE_STRING , CODE_STRING ) as out_file : for line in buf : if line == " ; Include this text " : line = line + " Include below " out_file . write ( line ) '''
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).