tweaks to model card
Browse files- .gitattributes +1 -0
- README.md +17 -7
- screenshots/predict.png +3 -0
- screenshots/training-curve.png +3 -0
.gitattributes
CHANGED
@@ -30,3 +30,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
30 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
31 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
30 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
31 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
language:
|
4 |
-
- en
|
5 |
tags:
|
6 |
- mlconsole
|
|
|
7 |
library_name: mlconsole
|
|
|
|
|
|
|
8 |
metrics:
|
9 |
- mae
|
10 |
- loss
|
@@ -12,10 +14,10 @@ model-index:
|
|
12 |
- name: pokemon-predict-hp
|
13 |
results:
|
14 |
- task:
|
15 |
-
type: regression
|
16 |
-
name: regression
|
17 |
dataset:
|
18 |
-
type: pokemon
|
19 |
name: pokemon.csv
|
20 |
metrics:
|
21 |
- type: mae
|
@@ -28,6 +30,14 @@ model-index:
|
|
28 |
---
|
29 |
|
30 |
# pokemon.csv (#0)
|
31 |
-
Trained on [ML Console](https://mlconsole.com).
|
32 |
|
33 |
[Load the model on ML Console](https://mlconsole.com/model/hf/julien-c/pokemon-predict-hp).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
|
|
|
|
3 |
tags:
|
4 |
- mlconsole
|
5 |
+
- tabular-regression
|
6 |
library_name: mlconsole
|
7 |
+
inference: false
|
8 |
+
datasets:
|
9 |
+
- julien-c/kaggle-rounakbanik-pokemon
|
10 |
metrics:
|
11 |
- mae
|
12 |
- loss
|
|
|
14 |
- name: pokemon-predict-hp
|
15 |
results:
|
16 |
- task:
|
17 |
+
type: tabular-regression
|
18 |
+
name: tabular-regression
|
19 |
dataset:
|
20 |
+
type: julien-c/kaggle-rounakbanik-pokemon
|
21 |
name: pokemon.csv
|
22 |
metrics:
|
23 |
- type: mae
|
|
|
30 |
---
|
31 |
|
32 |
# pokemon.csv (#0)
|
33 |
+
Trained on [ML Console](https://mlconsole.com) on the [julien-c/kaggle-rounakbanik-pokemon](https://huggingface.co/datasets/julien-c/kaggle-rounakbanik-pokemon).
|
34 |
|
35 |
[Load the model on ML Console](https://mlconsole.com/model/hf/julien-c/pokemon-predict-hp).
|
36 |
+
|
37 |
+
|
38 |
+
### Screenshots of training
|
39 |
+
|
40 |
+
![](screenshots/training-curve.png)
|
41 |
+
|
42 |
+
![](screenshots/predict.png)
|
43 |
+
|
screenshots/predict.png
ADDED
Git LFS Details
|
screenshots/training-curve.png
ADDED
Git LFS Details
|