kgoli commited on
Commit
ef27b61
1 Parent(s): a2cfc19

Model save

Browse files
Files changed (2) hide show
  1. README.md +24 -22
  2. model.safetensors +1 -1
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
  - imagefolder
6
  metrics:
7
- - accuracy
8
  model-index:
9
  - name: resnet-18-finetuned-fraud
10
  results:
@@ -18,9 +20,9 @@ model-index:
18
  split: train
19
  args: default
20
  metrics:
21
- - name: Accuracy
22
- type: accuracy
23
- value: 0.6923076923076923
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -28,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  # resnet-18-finetuned-fraud
30
 
31
- This model was trained from scratch on the imagefolder dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: 0.5624
34
- - Accuracy: 0.6923
35
 
36
  ## Model description
37
 
@@ -51,11 +53,11 @@ More information needed
51
 
52
  The following hyperparameters were used during training:
53
  - learning_rate: 5e-05
54
- - train_batch_size: 32
55
- - eval_batch_size: 32
56
  - seed: 42
57
  - gradient_accumulation_steps: 4
58
- - total_train_batch_size: 128
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
  - lr_scheduler_warmup_ratio: 0.1
@@ -63,18 +65,18 @@ The following hyperparameters were used during training:
63
 
64
  ### Training results
65
 
66
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | No log | 1.0 | 2 | 0.6821 | 0.6923 |
69
- | No log | 2.0 | 4 | 0.6628 | 0.6923 |
70
- | No log | 3.0 | 6 | 0.6422 | 0.6923 |
71
- | No log | 4.0 | 8 | 0.6218 | 0.6923 |
72
- | 0.6696 | 5.0 | 10 | 0.6059 | 0.6923 |
73
- | 0.6696 | 6.0 | 12 | 0.5922 | 0.6923 |
74
- | 0.6696 | 7.0 | 14 | 0.5782 | 0.6923 |
75
- | 0.6696 | 8.0 | 16 | 0.5681 | 0.6923 |
76
- | 0.6696 | 9.0 | 18 | 0.5620 | 0.6923 |
77
- | 0.6234 | 10.0 | 20 | 0.5624 | 0.6923 |
78
 
79
 
80
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: microsoft/resnet-18
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
  - imagefolder
8
  metrics:
9
+ - precision
10
  model-index:
11
  - name: resnet-18-finetuned-fraud
12
  results:
 
20
  split: train
21
  args: default
22
  metrics:
23
+ - name: Precision
24
+ type: precision
25
+ value: 0.0
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # resnet-18-finetuned-fraud
32
 
33
+ This model is a fine-tuned version of [microsoft/resnet-18](https://huggingface.co/microsoft/resnet-18) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 2060572751382446080.0000
36
+ - Precision: 0.0
37
 
38
  ## Model description
39
 
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
+ - train_batch_size: 8
57
+ - eval_batch_size: 8
58
  - seed: 42
59
  - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 32
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
 
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Precision |
69
+ |:------------------------:|:-----:|:----:|:------------------------:|:---------:|
70
+ | No log | 1.0 | 2 | 2060572751382446080.0000 | 0.0 |
71
+ | No log | 2.0 | 4 | 2060572751382446080.0000 | 0.0 |
72
+ | No log | 3.0 | 6 | 2060572751382446080.0000 | 0.0 |
73
+ | No log | 4.0 | 8 | 2060572751382446080.0000 | 0.0 |
74
+ | 2569276759331150336.0000 | 5.0 | 10 | 2060572751382446080.0000 | 0.0 |
75
+ | 2569276759331150336.0000 | 6.0 | 12 | 2060572751382446080.0000 | 0.0 |
76
+ | 2569276759331150336.0000 | 7.0 | 14 | 2060572751382446080.0000 | 0.0 |
77
+ | 2569276759331150336.0000 | 8.0 | 16 | 2060572751382446080.0000 | 0.0 |
78
+ | 2569276759331150336.0000 | 9.0 | 18 | 2060572751382446080.0000 | 0.0 |
79
+ | 2411513773224361984.0000 | 10.0 | 20 | 2060572751382446080.0000 | 0.0 |
80
 
81
 
82
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b707a3aedcc0ba2c6f71d72fbf6aff2852e495a6351bde6e2a5db827773ed085
3
  size 44764336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae71a5cee240902541c0d471dcce4708ef5ce660d3aff8a3b045f88a0a77a4f
3
  size 44764336