nehulagrawal commited on
Commit
2012e7a
·
verified ·
1 Parent(s): b9ffe98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -95,13 +95,13 @@ This model opens up new avenues for research in:
95
 
96
  1. Clone this repository:
97
  ```
98
- git clone https://github.com/your-username/infant-cry-classifier.git
99
- cd infant-cry-classifier
100
  ```
101
 
102
  2. Download the pre-trained model files:
103
- - `model.joblib`: The trained SVM model
104
- - `label.joblib`: The label encoder used for cry categories
105
 
106
  ### Usage
107
 
 
95
 
96
  1. Clone this repository:
97
  ```
98
+ git clone https://huggingface.co/nehulagrawal/infant-cry-classification
99
+ cd infant-cry-classifier
100
  ```
101
 
102
  2. Download the pre-trained model files:
103
+ `model.joblib`
104
+ `label.joblib`
105
 
106
  ### Usage
107