lbourdois commited on
Commit
20a1100
1 Parent(s): c8147be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
 
2
  tags:
3
  - summarization
4
  widget:
5
- - text: "public static < T , U > Function < T , U > castFunction ( Class < U > target ) { return new CastToClass < T , U > ( target ) ; }"
6
-
7
  ---
8
 
9
  # CodeTrans model for code documentation generation java
 
1
  ---
2
+ language: code
3
  tags:
4
  - summarization
5
  widget:
6
+ - text: public static < T , U > Function < T , U > castFunction ( Class < U > target
7
+ ) { return new CastToClass < T , U > ( target ) ; }
8
  ---
9
 
10
  # CodeTrans model for code documentation generation java