1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| [
| {
| "data": {
| "text": "To have faith is to trust yourself to the water"
| },
| "predictions": [
| {
| "model_version": "model 1",
| "created_ago": "3 hours",
| "result": [
| {
| "from_name": "validation-label",
| "id": "NT0HCnJjv5",
| "to_name": "text",
| "type": "choices",
| "value": {
| "choices": ["valid"]
| }
| }
| ]
| }
| ]
| },
| {
| "data": {
| "text": "When you swim you don't grab hold of the water, because if you do you will sink and drown. Instead you relax, and float."
| }
| }
| ]
|
|