Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
- zh
|
|
|
5 |
---
|
6 |
|
7 |
# CPM-Bee
|
@@ -102,4 +103,4 @@ for iter, data in enumerate(train_loader):
|
|
102 |
accelerator.backward(loss)
|
103 |
optimizer.step()
|
104 |
```
|
105 |
-
You should design your own parallel and mix_precision training strategy on the basis of it.
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- zh
|
5 |
+
pipeline_tag: text-generation
|
6 |
---
|
7 |
|
8 |
# CPM-Bee
|
|
|
103 |
accelerator.backward(loss)
|
104 |
optimizer.step()
|
105 |
```
|
106 |
+
You should design your own parallel and mix_precision training strategy on the basis of it.
|