Upload README.md with huggingface_hub

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
 
2
  tags:
3
  - summarization
4
  widget:
5
- - text: "public static function update ( $ table ) { if ( ! is_array ( $ table ) ) { $ table = json_decode ( $ table , true ) ; } if ( ! SchemaManager :: tableExists ( $ table [ 'oldName' ] ) ) { throw SchemaException :: tableDoesNotExist ( $ table [ 'oldName' ] ) ; } $ updater = new self ( $ table ) ; $ updater -> updateTable ( ) ; }"
6
-
 
 
 
7
  ---
8
 
9
  # CodeTrans model for code documentation generation php
 
1
  ---
2
+ language: code
3
  tags:
4
  - summarization
5
  widget:
6
+ - text: 'public static function update ( $ table ) { if ( ! is_array ( $ table ) )
7
+ { $ table = json_decode ( $ table , true ) ; } if ( ! SchemaManager :: tableExists
8
+ ( $ table [ ''oldName'' ] ) ) { throw SchemaException :: tableDoesNotExist ( $
9
+ table [ ''oldName'' ] ) ; } $ updater = new self ( $ table ) ; $ updater -> updateTable
10
+ ( ) ; }'
11
  ---
12
 
13
  # CodeTrans model for code documentation generation php