Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,6 @@ metrics:
|
|
3 |
- accuracy
|
4 |
language:
|
5 |
- en
|
6 |
-
base_model:
|
7 |
-
- microsoft/resnet-50
|
8 |
license: other
|
9 |
pipeline_tag: image-classification
|
10 |
---
|
@@ -20,4 +18,4 @@ This is a Convolutional Neural Network (CNN) model for classifying kidney diseas
|
|
20 |
## Usage
|
21 |
```python
|
22 |
from transformers import AutoModel
|
23 |
-
model = AutoModel.from_pretrained("yashpat85/ResNet01")
|
|
|
3 |
- accuracy
|
4 |
language:
|
5 |
- en
|
|
|
|
|
6 |
license: other
|
7 |
pipeline_tag: image-classification
|
8 |
---
|
|
|
18 |
## Usage
|
19 |
```python
|
20 |
from transformers import AutoModel
|
21 |
+
model = AutoModel.from_pretrained("yashpat85/ResNet01")
|