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