Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,14 @@ Codename: numfa-v2
|
|
22 |
|
23 |
The model was trained by [easylm](https://github.com/young-geng/EasyLM)
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
**Example**
|
26 |
|
27 |
```python
|
|
|
22 |
|
23 |
The model was trained by [easylm](https://github.com/young-geng/EasyLM)
|
24 |
|
25 |
+
## Acknowledgements
|
26 |
+
|
27 |
+
Research supported with Cloud TPUs from Google's [TPU Research Cloud](https://sites.research.google/trc/about/) (TRC). We use TPU4-64 for training model about 4 days.
|
28 |
+
|
29 |
+
Thank you [TPU Research Cloud](https://sites.research.google/trc/about/) and [EasyLM project](https://github.com/young-geng/EasyLM)! We use EasyLM for pretraining model.
|
30 |
+
|
31 |
+
## How to use
|
32 |
+
|
33 |
**Example**
|
34 |
|
35 |
```python
|