Ole commited on
Commit
9bbe623
1 Parent(s): 2a53150

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ datasets:
4
+ - code_search_net
5
  ---
6
+
7
+
8
+ With this model, the return value can be classified based on the method name only.
9
+ Six classes are available for this purpose.
10
+ The model answers with the label indexes and the associated probability.
11
+ The corresponding class name must then be taken from the following list: ['None', 'Number', 'Boolean', 'String', 'Object', 'Collection'].
12
+
13
+ The corresponding huggingface space can be found at https://huggingface.co/spaces/UDE-SE/ReturnTypePredictor.
14
+
15
+ Good luck trying it out!