Update README.md
Browse files
README.md
CHANGED
|
@@ -33,6 +33,7 @@ This repository contains the code and resources for the Deep Learning project on
|
|
| 33 |
- Accelerate
|
| 34 |
|
| 35 |
## How to Run
|
|
|
|
| 36 |
1. **EDA**: Run `python3 eda_script.py` to see the data distribution.
|
| 37 |
2. **Training**: Run `python3 train_model_hf.py` to fine-tune the DistilBERT model.
|
| 38 |
3. **Evaluation**: Run `python3 evaluate_final.py` to get the final performance metrics.
|
|
|
|
| 33 |
- Accelerate
|
| 34 |
|
| 35 |
## How to Run
|
| 36 |
+
0. Make sure you have all requirements downloaded. In case of errors while running the code, try installing the dependencies in requirements.txt in a fresh environment.
|
| 37 |
1. **EDA**: Run `python3 eda_script.py` to see the data distribution.
|
| 38 |
2. **Training**: Run `python3 train_model_hf.py` to fine-tune the DistilBERT model.
|
| 39 |
3. **Evaluation**: Run `python3 evaluate_final.py` to get the final performance metrics.
|