andrewljohnson commited on
Commit
0538641
·
1 Parent(s): d87db9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -14
README.md CHANGED
@@ -16,20 +16,20 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the andrewljohnson/magic_cards dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.8470
20
- - Mean Iou: 0.5709
21
- - Mean Accuracy: 0.8685
22
- - Overall Accuracy: 0.8676
23
  - Accuracy Unlabeled: nan
24
- - Accuracy Front: 0.8772
25
- - Accuracy Back: 0.8598
26
  - Iou Unlabeled: 0.0
27
- - Iou Front: 0.8598
28
- - Iou Back: 0.8530
29
 
30
  ## Model description
31
 
32
- More information needed
33
 
34
  ## Intended uses & limitations
35
 
@@ -50,14 +50,10 @@ The following hyperparameters were used during training:
50
  - seed: 42
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
- - num_epochs: 1
54
 
55
  ### Training results
56
 
57
- | Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Unlabeled | Accuracy Front | Accuracy Back | Iou Unlabeled | Iou Front | Iou Back |
58
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:------------------:|:--------------:|:-------------:|:-------------:|:---------:|:--------:|
59
- | 0.7118 | 0.91 | 20 | 0.8470 | 0.5709 | 0.8685 | 0.8676 | nan | 0.8772 | 0.8598 | 0.0 | 0.8598 | 0.8530 |
60
-
61
 
62
  ### Framework versions
63
 
 
16
 
17
  This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the andrewljohnson/magic_cards dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.059
20
+ - Mean Iou: 0.654
21
+ - Mean Accuracy: 0.981
22
+ - Overall Accuracy: 0.983
23
  - Accuracy Unlabeled: nan
24
+ - Accuracy Front: 0.964
25
+ - Accuracy Back: 0.998
26
  - Iou Unlabeled: 0.0
27
+ - Iou Front: 0.965
28
+ - Iou Back: 0.998
29
 
30
  ## Model description
31
 
32
+ Segment magic card front and backs.
33
 
34
  ## Intended uses & limitations
35
 
 
50
  - seed: 42
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
+ - num_epochs: 50
54
 
55
  ### Training results
56
 
 
 
 
 
57
 
58
  ### Framework versions
59