Skip to content

Commit

Permalink
Merge pull request #2 from okoge-kaz/t4-mixtral-upcycling
Browse files Browse the repository at this point in the history
Support Phi-3
  • Loading branch information
okoge-kaz authored May 24, 2024
2 parents 4dba897 + 22a0895 commit c4d2459
Show file tree
Hide file tree
Showing 39 changed files with 413 additions and 2,451 deletions.
36 changes: 36 additions & 0 deletions .vscode/sftp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "t4",
"host": "login.t4.gsic.titech.ac.jp",
"protocol": "sftp",
"port": 22,
"username": "ug02141",
"context": "/Users/kazuki/Documents/tsubame-4/llm-recipes",
"remotePath": "/gs/bs/tge-gc24sp01/fujii/llm-recipes",
"privateKeyPath": "~/.ssh/tsubame",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false,
"ignore": [
".vscode",
".history",
".DS_Store",
".env",
".git"
],
"syncOption": {
"delete": true,
"skipCreate": false,
"skipUpdate": false,
"skipDelete": false,
"ignoreExisting": false,
"update": true,
"watch": true,
"watcher": {
"files": [
"**/*"
],
"autoUpload": true,
"autoDelete": true
}
}
}
93 changes: 0 additions & 93 deletions docs/Dataset.md

This file was deleted.

41 changes: 0 additions & 41 deletions docs/FAQ.md

This file was deleted.

66 changes: 0 additions & 66 deletions docs/LLM_finetuning.md

This file was deleted.

Binary file removed docs/images/feature-based_FN.png
Binary file not shown.
Binary file removed docs/images/feature-based_FN_2.png
Binary file not shown.
Binary file removed docs/images/featurebased_FN_.png
Binary file not shown.
Binary file removed docs/images/full-param-FN.png
Binary file not shown.
Loading

0 comments on commit c4d2459

Please sign in to comment.