Update Tags and Architecture info
Browse files
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
2 |
model_name: MorseH_Model
|
3 |
tags:
|
|
|
4 |
- morse-code
|
5 |
- text-to-morse
|
6 |
- text
|
7 |
- text-generation-inference
|
8 |
- morse-code-generation
|
9 |
- morse-code-translator
|
|
|
10 |
license: apache-2.0
|
11 |
library_name: pytorch
|
12 |
language: en
|
@@ -14,11 +16,13 @@ metrics:
|
|
14 |
- accuracy
|
15 |
---
|
16 |
|
17 |
-
#
|
18 |
|
19 |
This model is designed to convert textual characters into Morse code symbols (dots, dashes, and spaces) using a custom neural network in PyTorch.
|
20 |
|
21 |
## Model Architecture
|
|
|
|
|
22 |
The model uses an embedding layer followed by two fully connected layers to predict Morse code encodings.
|
23 |
|
24 |
### Model Inputs and Outputs
|
|
|
1 |
---
|
2 |
model_name: MorseH_Model
|
3 |
tags:
|
4 |
+
- simple-cnn
|
5 |
- morse-code
|
6 |
- text-to-morse
|
7 |
- text
|
8 |
- text-generation-inference
|
9 |
- morse-code-generation
|
10 |
- morse-code-translator
|
11 |
+
- text-to-morse-code-translator
|
12 |
license: apache-2.0
|
13 |
library_name: pytorch
|
14 |
language: en
|
|
|
16 |
- accuracy
|
17 |
---
|
18 |
|
19 |
+
# MorseH_Model
|
20 |
|
21 |
This model is designed to convert textual characters into Morse code symbols (dots, dashes, and spaces) using a custom neural network in PyTorch.
|
22 |
|
23 |
## Model Architecture
|
24 |
+
This is built on a simple CNN Model which translates text to morse-code. Please refer Perceptron and Multilayer
|
25 |
+
Perceptron to understand the model architecture.
|
26 |
The model uses an embedding layer followed by two fully connected layers to predict Morse code encodings.
|
27 |
|
28 |
### Model Inputs and Outputs
|