Skip to content

Commit

Permalink
finished llama-2-13b train and inference
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonqi146 committed Nov 7, 2023
1 parent 6e65907 commit a984527
Show file tree
Hide file tree
Showing 14 changed files with 5,124 additions and 18 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,8 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/

./llm_rl/preprocess/GPT4-4_Redis_Easy_No_Slide

llm_rl/*cache/
6 changes: 6 additions & 0 deletions llm_rl/cli_inference-llama-2-13b.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
python src/cli_demo.py \
--model_name_or_path meta-llama/Llama-2-13b-hf \
--cache_dir ./model_cache \
--template llama2-sotopia \
--finetuning_type lora \
--checkpoint_dir /workspace/sotopia-llm/llm_rl/llama2-13b-sft_cache/checkpoint-35
1 change: 1 addition & 0 deletions llm_rl/data/GPT4-4_Redis_Easy_No_Slide.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions llm_rl/data/dataset_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"sotopia_easy_sft": {
"file_name": "Redis_Easy_No_Slide.json",
"file_sha1": ""
},
"dummy_convs": {
"file_name": "dummy_convs.json",
"file_sha1": ""
},
"alpaca_en": {
"file_name": "alpaca_data_en_52k.json",
"file_sha1": "607f94a7f581341e59685aef32f531095232cf23"
Expand Down
Loading

0 comments on commit a984527

Please sign in to comment.