Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Jan 23, 2024
1 parent 1900a0c commit 7ece965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions examples/mistral/Mistral-7b-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ Hardware Utilized: For reference, the fine-tuning in this guide was performed us
**Uploading to HuggingFace 🤗:**
To upload your fine-tuned model to Hugging Face, include the following files:
![Screenshot 2024-01-19 213932](https://github.com/OpenAccess-AI-Collective/axolotl/assets/138583191/d660eb84-2d76-46a1-9846-cf0aeb3006d9)


By Tilemachos Chatzipapas t.chatzipapas@gmail.com
4 changes: 2 additions & 2 deletions examples/mistral/Mistral-7b-example/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ strict: false
datasets:
- path: tilemachos/Demo-Dataset #Path to json dataset file in huggingface
#for type,conversation arguments read axolotl readme and pick what is suited for your project, I wanted a chatbot and put sharegpt and chatml
type: sharegpt
type: sharegpt
conversation: chatml
dataset_prepared_path: tilemachos/Demo-Dataset #Path to json dataset file in huggingface
val_set_size: 0.05
Expand All @@ -25,7 +25,7 @@ lora_dropout: 0.05
lora_target_modules:
- q_proj
- v_proj

sequence_len: 512
sample_packing: false
pad_to_sequence_len: true
Expand Down

0 comments on commit 7ece965

Please sign in to comment.