Update README.md
Browse files
README.md
CHANGED
|
@@ -100,6 +100,7 @@ model = AutoModelForCausalLM.from_pretrained("supermy/poetry")
|
|
| 100 |
训练环境:英伟达16G显卡
|
| 101 |
|
| 102 |
bpe分词:"vocab_size"=50000
|
|
|
|
| 103 |
|
| 104 |
***** Running training *****
|
| 105 |
Num examples = 16431
|
|
@@ -138,6 +139,7 @@ Special tokens file saved in poetry-trainer/checkpoint-5000/special_tokens_map.j
|
|
| 138 |
{'train_runtime': 287920.5857, 'train_samples_per_second': 38.806, 'train_steps_per_second': 0.201, 'train_loss': 0.33751299874592816, 'epoch': 679.99}
|
| 139 |
|
| 140 |
100%|██████████| 57800/57800 [79:58:40<00:00, 4.93s/it]
|
|
|
|
| 141 |
|
| 142 |
|
| 143 |
```
|
|
|
|
| 100 |
训练环境:英伟达16G显卡
|
| 101 |
|
| 102 |
bpe分词:"vocab_size"=50000
|
| 103 |
+
```
|
| 104 |
|
| 105 |
***** Running training *****
|
| 106 |
Num examples = 16431
|
|
|
|
| 139 |
{'train_runtime': 287920.5857, 'train_samples_per_second': 38.806, 'train_steps_per_second': 0.201, 'train_loss': 0.33751299874592816, 'epoch': 679.99}
|
| 140 |
|
| 141 |
100%|██████████| 57800/57800 [79:58:40<00:00, 4.93s/it]
|
| 142 |
+
```
|
| 143 |
|
| 144 |
|
| 145 |
```
|