Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
-
#
|
3 |
|
4 |
This repository contains materials and analysis for an NLP assignment focused on translation tasks using LSTM-based and Seq-to-Seq models. The work involves exploring dataset formats, building model architectures, and evaluating model performance using BLEU and ChrF metrics.
|
5 |
|
@@ -38,7 +38,6 @@ This repository contains materials and analysis for an NLP assignment focused on
|
|
38 |
- **Colab Links** (`Colab Links.txt`):
|
39 |
- A text file with direct links to the Google Colab notebooks for easy access and execution.
|
40 |
|
41 |
-
## Getting Started
|
42 |
|
43 |
### Prerequisites
|
44 |
To run the Jupyter notebooks, you will need:
|
|
|
1 |
|
2 |
+
# Build your own simple translator LSTM and Seq-to-Seq translator
|
3 |
|
4 |
This repository contains materials and analysis for an NLP assignment focused on translation tasks using LSTM-based and Seq-to-Seq models. The work involves exploring dataset formats, building model architectures, and evaluating model performance using BLEU and ChrF metrics.
|
5 |
|
|
|
38 |
- **Colab Links** (`Colab Links.txt`):
|
39 |
- A text file with direct links to the Google Colab notebooks for easy access and execution.
|
40 |
|
|
|
41 |
|
42 |
### Prerequisites
|
43 |
To run the Jupyter notebooks, you will need:
|