Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: unknown
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- mlconsole
|
7 |
+
library_name: mlconsole
|
8 |
+
metrics:
|
9 |
+
- mae
|
10 |
+
- loss
|
11 |
+
model-index:
|
12 |
+
- name: agricultural_yield
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: regression
|
16 |
+
name: regression
|
17 |
+
dataset:
|
18 |
+
type: agricultural yield
|
19 |
+
name: Agricultural yield
|
20 |
+
metrics:
|
21 |
+
- type: mae
|
22 |
+
name: Mean absolute error
|
23 |
+
value: 7.280202388763428
|
24 |
+
- type: loss
|
25 |
+
name: Model loss
|
26 |
+
value: 128.23114013671875
|
27 |
+
|
28 |
+
---
|
29 |
+
|
30 |
+
# Agricultural yield (#2)
|
31 |
+
Trained on [ML Console](https://mlconsole.com).
|
32 |
+
|
33 |
+
[Load the model on ML Console](https://mlconsole.com/model/hf/halflings/agricultural_yield).
|