sherylshiya commited on
Commit
ebcf978
1 Parent(s): 00e61df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: apache-2.0
3
  base_model: microsoft/resnet-50
4
  tags:
5
- - generated_from_trainer
6
  datasets:
7
  - imagefolder
8
  metrics:
@@ -23,6 +23,7 @@ model-index:
23
  - name: Accuracy
24
  type: accuracy
25
  value: 0.44188861985472155
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,23 +32,20 @@ should probably proofread and complete it, then remove this comment. -->
31
  # my__model
32
 
33
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
 
34
  It achieves the following results on the evaluation set:
35
  - Loss: 1.3439
36
  - Accuracy: 0.4419
37
 
38
  ## Model description
 
 
39
 
40
- More information needed
41
 
42
  ## Intended uses & limitations
43
 
44
  More information needed
45
 
46
- ## Training and evaluation data
47
-
48
- More information needed
49
-
50
- ## Training procedure
51
 
52
  ### Training hyperparameters
53
 
@@ -74,4 +72,4 @@ The following hyperparameters were used during training:
74
  - Transformers 4.42.4
75
  - Pytorch 2.4.0+cu121
76
  - Datasets 2.21.0
77
- - Tokenizers 0.19.1
 
2
  license: apache-2.0
3
  base_model: microsoft/resnet-50
4
  tags:
5
+ - code
6
  datasets:
7
  - imagefolder
8
  metrics:
 
23
  - name: Accuracy
24
  type: accuracy
25
  value: 0.44188861985472155
26
+ pipeline_tag: image-classification
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
  # my__model
33
 
34
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
35
+ with specialised focus on kneeosteoarthritis data.
36
  It achieves the following results on the evaluation set:
37
  - Loss: 1.3439
38
  - Accuracy: 0.4419
39
 
40
  ## Model description
41
+ model built to refine the classification with specialised focus on kneeosteoarthritis data.
42
+ for medical data related to similar domains can use the same to finetune further.
43
 
 
44
 
45
  ## Intended uses & limitations
46
 
47
  More information needed
48
 
 
 
 
 
 
49
 
50
  ### Training hyperparameters
51
 
 
72
  - Transformers 4.42.4
73
  - Pytorch 2.4.0+cu121
74
  - Datasets 2.21.0
75
+ - Tokenizers 0.19.1