julien-c HF staff commited on
Commit
c776ca4
1 Parent(s): 1493d6c

tweaks to model card

Browse files
.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: unknown
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.csv
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

  • SHA256: 69de0a812cbd0e08eceeef4edcec0d722e3be8e7a068edd4495f7210a697fd28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.9 MB
screenshots/training-curve.png ADDED

Git LFS Details

  • SHA256: 0dbfd3ed49fa07a2c2b1febf5c840c70b28525e43ccc5a43d2a85e395d6db46a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.1 MB