Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ The ENA is detailed in the paper *Earthwork Network Architecture (ENA): Research
|
|
77 |
```
|
78 |
|
79 |
### Training and Evaluation
|
80 |
-
1. **Training Data
|
81 |
- Features are tokenized into sequences for MLP, LSTM, Transformers, and LLM models. We'll upload the train source file after arrangement.
|
82 |
```bash
|
83 |
python train_ena_model.py --model_type [MLP|LSTM|Transformer|LLM]
|
|
|
77 |
```
|
78 |
|
79 |
### Training and Evaluation
|
80 |
+
1. **Training Data**:
|
81 |
- Features are tokenized into sequences for MLP, LSTM, Transformers, and LLM models. We'll upload the train source file after arrangement.
|
82 |
```bash
|
83 |
python train_ena_model.py --model_type [MLP|LSTM|Transformer|LLM]
|