Pull Request Update: About Comma(,) in dataset.
Browse files
README.md
CHANGED
@@ -29,8 +29,8 @@ The model uses an embedding layer followed by two fully connected layers to pred
|
|
29 |
- **Dataset:** Custom Morse code dataset.
|
30 |
- **Training:** Trained for 20 epochs with a batch size of 16.
|
31 |
|
32 |
-
|
33 |
-
|
34 |
This Model cannot translate ',' to morse code because it is not included in the RAW Dataset.
|
35 |
Pull me a request If you find to solve this instead of a csv file as a dataset.
|
36 |
```
|
|
|
29 |
- **Dataset:** Custom Morse code dataset.
|
30 |
- **Training:** Trained for 20 epochs with a batch size of 16.
|
31 |
|
32 |
+
### NOTE
|
33 |
+
```
|
34 |
This Model cannot translate ',' to morse code because it is not included in the RAW Dataset.
|
35 |
Pull me a request If you find to solve this instead of a csv file as a dataset.
|
36 |
```
|