Training in progress, epoch 1
Browse files
upload.py
CHANGED
|
@@ -12,5 +12,5 @@ model.resize_token_embeddings(len(tokenizer))
|
|
| 12 |
# state_dict = get_fp32_state_dict_from_zero_checkpoint(ckpt)
|
| 13 |
# model.load_state_dict(state_dict)
|
| 14 |
|
| 15 |
-
tokenizer.push_to_hub('ingeol/
|
| 16 |
-
model.push_to_hub('ingeol/
|
|
|
|
| 12 |
# state_dict = get_fp32_state_dict_from_zero_checkpoint(ckpt)
|
| 13 |
# model.load_state_dict(state_dict)
|
| 14 |
|
| 15 |
+
tokenizer.push_to_hub('ingeol/kosaul_ft_v0.1')
|
| 16 |
+
model.push_to_hub('ingeol/kosaul_ft_v0.1')
|