malteklaes commited on
Commit
fe507cf
·
verified ·
1 Parent(s): bedfa22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -9,11 +9,41 @@ model-index:
9
  datasets:
10
  - malteklaes/cpp-code-code_search_net-style
11
  widget:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - text: from stable_baselines3 import PPO if __name__ == '__main__'
13
  output:
14
  - label: Python
15
  score: 1.0
16
  example_title: Python example code
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
 
 
9
  datasets:
10
  - malteklaes/cpp-code-code_search_net-style
11
  widget:
12
+ - text: package main import ( "fmt" "math/rand" "openspiel") func main() {}
13
+ output:
14
+ - label: Go
15
+ score: 1.0
16
+ example_title: Go example code
17
+ - text: from stable_baselines3 import PPO if __name__ == '__main__'
18
+ output:
19
+ - label: Java
20
+ score: 1.0
21
+ example_title: Java example code
22
+ - text: from stable_baselines3 import PPO if __name__ == '__main__'
23
+ output:
24
+ - label: Javascript
25
+ score: 1.0
26
+ example_title: Javascript example code
27
+ - text: from stable_baselines3 import PPO if __name__ == '__main__'
28
+ output:
29
+ - label: PHP
30
+ score: 1.0
31
+ example_title: PHP example code
32
  - text: from stable_baselines3 import PPO if __name__ == '__main__'
33
  output:
34
  - label: Python
35
  score: 1.0
36
  example_title: Python example code
37
+ - text: from stable_baselines3 import PPO if __name__ == '__main__'
38
+ output:
39
+ - label: Ruby
40
+ score: 1.0
41
+ example_title: Ruby example code
42
+ - text: from stable_baselines3 import PPO if __name__ == '__main__'
43
+ output:
44
+ - label: C++
45
+ score: 1.0
46
+ example_title: C++ example code
47
  ---
48
 
49