Update README.md
Browse files
README.md
CHANGED
|
@@ -158,6 +158,17 @@ Install the required Python packages:
|
|
| 158 |
pip install torch transformers pandas numpy scikit-learn
|
| 159 |
```
|
| 160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
## Setup & Installation
|
| 162 |
|
| 163 |
1. **Directory Structure**:
|
|
|
|
| 158 |
pip install torch transformers pandas numpy scikit-learn
|
| 159 |
```
|
| 160 |
|
| 161 |
+
## Important Setup Notes
|
| 162 |
+
|
| 163 |
+
### 1. PyTorch Version
|
| 164 |
+
It is highly recommended to use **PyTorch version 2.10 (pytorch-nightly)** to avoid potential compatibility errors.
|
| 165 |
+
|
| 166 |
+
### 2. Git LFS & Checkpoints
|
| 167 |
+
The model checkpoint file (`checkpoints_market_event_multitask/best_model_extreme.pt`) is stored using **Git Large File Storage (LFS)**.
|
| 168 |
+
* **Warning**: When cloning the repository, if you do not have Git LFS installed or configured, you may only download a small pointer file instead of the actual model.
|
| 169 |
+
* **Verification**: Check the file size of `best_model_extreme.pt`. It should be **over 400MB**.
|
| 170 |
+
* **Fix**: If the file is small (a few KB), please install Git LFS and pull the file, or download the original `best_model_extreme.pt` manually and replace the pointer file.
|
| 171 |
+
|
| 172 |
## Setup & Installation
|
| 173 |
|
| 174 |
1. **Directory Structure**:
|