Commit ·
fd3d33b
1
Parent(s): 998a3c0
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ pipeline_tag: text-generation
|
|
| 26 |
- Max token length : 2048 (capable of higher token length)
|
| 27 |
|
| 28 |
|
| 29 |
-
####
|
| 30 |
```
|
| 31 |
!autotrain llm --train --project_name project-isha-qa --model stabilityai/StableBeluga-13B --data_path nateshmbhat/isha-qa-text --use_peft --use_int4 --learning_rate 2e-4 --train_batch_size 2 --num_train_epochs 3 --trainer sft --model_max_length 2048 --push_to_hub --repo_id nateshmbhat/model-isha-qa
|
| 32 |
```
|
|
|
|
| 26 |
- Max token length : 2048 (capable of higher token length)
|
| 27 |
|
| 28 |
|
| 29 |
+
####
|
| 30 |
```
|
| 31 |
!autotrain llm --train --project_name project-isha-qa --model stabilityai/StableBeluga-13B --data_path nateshmbhat/isha-qa-text --use_peft --use_int4 --learning_rate 2e-4 --train_batch_size 2 --num_train_epochs 3 --trainer sft --model_max_length 2048 --push_to_hub --repo_id nateshmbhat/model-isha-qa
|
| 32 |
```
|