Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README update, remove lora save aggregate shell #800

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions readme/README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ cd data && ./download.sh alpaca && cd -
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_lora_path output_models/finetuned_galactica_lora

# Saves lora and merges into original model
./scripts/run_finetune_with_lora_save_aggregated_weights.sh \
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_model_path output_models/finetuned_galactica
```

### Inference
Expand Down
6 changes: 0 additions & 6 deletions readme/README_hindi.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ cd data && ./download.sh alpaca && cd -
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_lora_path output_models/finetuned_galactica_lora

# Saves lora and merges into original model
./scripts/run_finetune_with_lora_save_aggregated_weights.sh \
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_model_path output_models/finetuned_galactica
```

### Inference
Expand Down
6 changes: 0 additions & 6 deletions readme/README_jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ cd data && ./download.sh alpaca && cd -
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_lora_path output_models/finetuned_galactica_lora

# Saves lora and merges into original model
./scripts/run_finetune_with_lora_save_aggregated_weights.sh \
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_model_path output_models/finetuned_galactica
```


Expand Down
6 changes: 0 additions & 6 deletions readme/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ cd data && ./download.sh alpaca && cd -
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_lora_path output_models/finetuned_galactica_lora

# Saves lora and merges into original model
./scripts/run_finetune_with_lora_save_aggregated_weights.sh \
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_model_path output_models/finetuned_galactica
```

### Inference
Expand Down
6 changes: 0 additions & 6 deletions readme/README_zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ cd data && ./download.sh alpaca && cd -
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_lora_path output_models/finetuned_galactica_lora

# Saves lora and merges into original model
./scripts/run_finetune_with_lora_save_aggregated_weights.sh \
--model_name_or_path facebook/galactica-1.3b \
--dataset_path data/alpaca/train \
--output_model_path output_models/finetuned_galactica
```

### 推理
Expand Down
Loading