CompilingThings commited on
Commit
8f8b006
·
verified ·
1 Parent(s): 535080c

Add dataset-card discovery metadata (pretty_name, language, task_categories, tags); body unchanged

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -2,6 +2,23 @@
2
  license: other
3
  license_name: compilingthings-benchmark-evaluation-licence-v1.0
4
  license_link: LICENSE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # CompilingThings Compile Benchmark for MQL5®
 
2
  license: other
3
  license_name: compilingthings-benchmark-evaluation-licence-v1.0
4
  license_link: LICENSE
5
+
6
+ pretty_name: CompilingThings MQL5 Compile Benchmark
7
+
8
+ language:
9
+ - en
10
+
11
+ task_categories:
12
+ - text-generation
13
+
14
+ tags:
15
+ - mql5
16
+ - metatrader-5
17
+ - algorithmic-trading
18
+ - expert-advisor
19
+ - code-generation
20
+ - code
21
+ - benchmark
22
  ---
23
 
24
  # CompilingThings Compile Benchmark for MQL5®