Harinivas-28 commited on
Commit
961a898
·
verified ·
1 Parent(s): a467a60

Pull Request Update: About Comma(,) in dataset.

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- ```md
33
- #### NOTE
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
  ```