Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ The model uses two convolutional layers followed by max-pooling and fully connec
|
|
| 33 |
|
| 34 |
---
|
| 35 |
|
| 36 |
-
##
|
| 37 |
|
| 38 |
> ⚠️ Note: This is **not a Hugging Face Transformers model**.
|
| 39 |
> You **cannot** use `pipeline()`. Instead, load it directly with **PyTorch**.
|
|
@@ -42,7 +42,7 @@ The model uses two convolutional layers followed by max-pooling and fully connec
|
|
| 42 |
```bash
|
| 43 |
git clone https://huggingface.co/Udayan012/tiny-cnn-classifier
|
| 44 |
cd tiny-cnn-classifier
|
| 45 |
-
|
| 46 |
### 2. Install Dependencies
|
| 47 |
```bash
|
| 48 |
pip install torch torchvision pillow
|
|
|
|
| 33 |
|
| 34 |
---
|
| 35 |
|
| 36 |
+
## How to Use
|
| 37 |
|
| 38 |
> ⚠️ Note: This is **not a Hugging Face Transformers model**.
|
| 39 |
> You **cannot** use `pipeline()`. Instead, load it directly with **PyTorch**.
|
|
|
|
| 42 |
```bash
|
| 43 |
git clone https://huggingface.co/Udayan012/tiny-cnn-classifier
|
| 44 |
cd tiny-cnn-classifier
|
| 45 |
+
```
|
| 46 |
### 2. Install Dependencies
|
| 47 |
```bash
|
| 48 |
pip install torch torchvision pillow
|