Update README.md
Browse files
README.md
CHANGED
|
@@ -108,6 +108,8 @@ Each `.npy` file contains a dictionary with the following structure:
|
|
| 108 |
|
| 109 |
### Basic Training Loop
|
| 110 |
|
|
|
|
|
|
|
| 111 |
```python
|
| 112 |
import numpy as np
|
| 113 |
from datasets import load_dataset
|
|
|
|
| 108 |
|
| 109 |
### Basic Training Loop
|
| 110 |
|
| 111 |
+
⚠️NOTE: Complete training and testing code/framework, please see [github](https://github.com/GuoCheng12/STAR).
|
| 112 |
+
|
| 113 |
```python
|
| 114 |
import numpy as np
|
| 115 |
from datasets import load_dataset
|