Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- challenge_test/challenge_test.json +0 -0
- challenge_test/constant_list.txt +23 -0
- challenge_test/dev.json +0 -0
- challenge_test/operation_list.txt +78 -0
- challenge_test/test.json +0 -0
- challenge_test/train.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
challenge_test/train.json filter=lfs diff=lfs merge=lfs -text
|
challenge_test/challenge_test.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
challenge_test/constant_list.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
CONST_pi
|
2 |
+
CONST_2
|
3 |
+
CONST_1
|
4 |
+
CONST_3
|
5 |
+
CONST_4
|
6 |
+
CONST_6
|
7 |
+
CONST_10
|
8 |
+
CONST_100
|
9 |
+
CONST_1000
|
10 |
+
CONST_60
|
11 |
+
CONST_3600
|
12 |
+
CONST_1.6
|
13 |
+
CONST_0.6
|
14 |
+
CONST_0.2778
|
15 |
+
CONST_0.3937
|
16 |
+
CONST_2.54
|
17 |
+
CONST_0.4535
|
18 |
+
CONST_2.2046
|
19 |
+
CONST_3.6
|
20 |
+
CONST_DEG_TO_RAD
|
21 |
+
CONST_180
|
22 |
+
CONST_0.25
|
23 |
+
CONST_0.33
|
challenge_test/dev.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
challenge_test/operation_list.txt
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
add
|
2 |
+
subtract
|
3 |
+
multiply
|
4 |
+
divide
|
5 |
+
log
|
6 |
+
sqrt
|
7 |
+
factorial
|
8 |
+
gcd
|
9 |
+
lcm
|
10 |
+
power
|
11 |
+
max
|
12 |
+
min
|
13 |
+
reminder
|
14 |
+
reminder
|
15 |
+
negate
|
16 |
+
inverse
|
17 |
+
round
|
18 |
+
floor
|
19 |
+
sine
|
20 |
+
cosine
|
21 |
+
tangent
|
22 |
+
radians_to_degree
|
23 |
+
degree_to_radians
|
24 |
+
sum_consecutive_number
|
25 |
+
circle_area
|
26 |
+
circumface
|
27 |
+
circle_arc
|
28 |
+
semi_circle_perimiter
|
29 |
+
circle_sector_area
|
30 |
+
rectangle_perimeter
|
31 |
+
rectangle_area
|
32 |
+
square_perimeter
|
33 |
+
square_area
|
34 |
+
trapezium_area
|
35 |
+
rhombus_perimeter
|
36 |
+
rhombus_area
|
37 |
+
quadrilateral_area
|
38 |
+
volume_cone
|
39 |
+
volume_rectangular_prism
|
40 |
+
volume_cube
|
41 |
+
volume_sphere
|
42 |
+
volume_cylinder
|
43 |
+
surface_cone
|
44 |
+
surface_cylinder
|
45 |
+
surface_cube
|
46 |
+
surface_rectangular_prism
|
47 |
+
surface_sphere
|
48 |
+
side_by_diagonal
|
49 |
+
cube_edge_by_volume
|
50 |
+
diagonal
|
51 |
+
square_edge_by_perimeter
|
52 |
+
square_edge_by_area
|
53 |
+
triangle_perimeter
|
54 |
+
triangle_area
|
55 |
+
triangle_area_three_edges
|
56 |
+
union_prob
|
57 |
+
negate_prob
|
58 |
+
combination
|
59 |
+
permutation
|
60 |
+
count_interval
|
61 |
+
percent
|
62 |
+
p_after_gain
|
63 |
+
p_after_loss
|
64 |
+
price_after_gain
|
65 |
+
price_after_loss
|
66 |
+
from_percent
|
67 |
+
gain_percent
|
68 |
+
loss_percent
|
69 |
+
negate_percent
|
70 |
+
original_price_before_gain
|
71 |
+
original_price_before_loss
|
72 |
+
to_percent
|
73 |
+
speed
|
74 |
+
combined_work
|
75 |
+
find_work
|
76 |
+
speed_ratio_steel_to_stream
|
77 |
+
speed_in_still_water
|
78 |
+
stream_speed
|
challenge_test/test.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
challenge_test/train.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00e8919347d65dbba9289bf04ed998a6c48dbf451ca909eeb66a35f2419c2bf6
|
3 |
+
size 23388469
|