mac999 commited on
Commit
d878c4f
·
verified ·
1 Parent(s): 5665a2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (TBD)**:
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]