cemag commited on
Commit
e39f860
·
verified ·
1 Parent(s): e834f54

Upload quant_templates.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. quant_templates.json +121 -0
quant_templates.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "flow_rate_statements": [
3
+ {
4
+ "statement": "The observed flow rate is approximately {flow_rate}%."
5
+ },
6
+ {
7
+ "statement": "The flow rate appears to be set at {flow_rate}%."
8
+ },
9
+ {
10
+ "statement": "Current flow rate is measured at {flow_rate}%."
11
+ },
12
+ {
13
+ "statement": "The printer is operating at a flow rate of {flow_rate}%."
14
+ },
15
+ {
16
+ "statement": "The flow rate value recorded is {flow_rate}%."
17
+ },
18
+ {
19
+ "statement": "Flow rate settings indicate {flow_rate}%."
20
+ },
21
+ {
22
+ "statement": "Based on observations, the flow rate is {flow_rate}%."
23
+ },
24
+ {
25
+ "statement": "Flow rate during this print is around {flow_rate}%."
26
+ },
27
+ {
28
+ "statement": "Observed extrusion flow rate: {flow_rate}%."
29
+ },
30
+ {
31
+ "statement": "Flow rate appears consistent at {flow_rate}%."
32
+ },
33
+ {
34
+ "statement": "Flow rate during calibration was noted as {flow_rate}%."
35
+ },
36
+ {
37
+ "statement": "The flow rate value configured is {flow_rate}%."
38
+ },
39
+ {
40
+ "statement": "The material flow is approximately {flow_rate}%."
41
+ },
42
+ {
43
+ "statement": "Monitoring results show a flow rate of {flow_rate}%."
44
+ },
45
+ {
46
+ "statement": "Real-time flow rate analysis gives {flow_rate}%."
47
+ },
48
+ {
49
+ "statement": "The effective flow rate currently is {flow_rate}%."
50
+ },
51
+ {
52
+ "statement": "Flow rate observation: {flow_rate}%."
53
+ },
54
+ {
55
+ "statement": "The flow rate seems set at {flow_rate}%."
56
+ },
57
+ {
58
+ "statement": "Printing is proceeding with a flow rate of {flow_rate}%."
59
+ },
60
+ {
61
+ "statement": "Current extrusion rate equals {flow_rate}%."
62
+ },
63
+ {
64
+ "statement": "The estimated flow rate is {flow_rate}%."
65
+ },
66
+ {
67
+ "statement": "The flow rate reading is stable at {flow_rate}%."
68
+ },
69
+ {
70
+ "statement": "The machine is extruding material at {flow_rate}%."
71
+ },
72
+ {
73
+ "statement": "The actual flow rate observed is {flow_rate}%."
74
+ },
75
+ {
76
+ "statement": "Flow rate adjustment is set to {flow_rate}%."
77
+ },
78
+ {
79
+ "statement": "The extrusion rate has been recorded as {flow_rate}%."
80
+ },
81
+ {
82
+ "statement": "The printer’s current flow setting is {flow_rate}%."
83
+ },
84
+ {
85
+ "statement": "According to measurements, the flow rate is {flow_rate}%."
86
+ },
87
+ {
88
+ "statement": "The flow rate of the filament is around {flow_rate}%."
89
+ },
90
+ {
91
+ "statement": "Flow rate tuning indicates a value of {flow_rate}%."
92
+ },
93
+ {
94
+ "statement": "The flow rate percentage stands at {flow_rate}%."
95
+ },
96
+ {
97
+ "statement": "The calibrated flow rate is approximately {flow_rate}%."
98
+ },
99
+ {
100
+ "statement": "The set flow rate for this print is {flow_rate}%."
101
+ },
102
+ {
103
+ "statement": "Material extrusion flow rate is measured at {flow_rate}%."
104
+ },
105
+ {
106
+ "statement": "The operational flow rate has been determined as {flow_rate}%."
107
+ },
108
+ {
109
+ "statement": "Flow rate consistency shows {flow_rate}%."
110
+ },
111
+ {
112
+ "statement": "Current print flow rate is estimated at {flow_rate}%."
113
+ },
114
+ {
115
+ "statement": "The flow rate parameter is configured to {flow_rate}%."
116
+ },
117
+ {
118
+ "statement": "Flow rate control is currently at {flow_rate}%."
119
+ }
120
+ ]
121
+ }