-
Notifications
You must be signed in to change notification settings - Fork 117
kunlunxin update glm config #236
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
c158781
glm_config
9eb7eb9
Merge branch 'main' into GLM-PR
GGuanl 3f6afe7
fix_#1
GGuanl c48bd1b
glm-config_updated
GGuanl acbf4b6
glm-config-updated#2
GGuanl 53b0999
glm_config-updated#2
GGuanl dd3c478
glm_config-#2
GGuanl 7659bea
Update README.md
GGuanl f953f4e
Update README.md
GGuanl 04d5bd9
Update README.md
GGuanl c038ab7
Update README.md
GGuanl 046fdf7
Update README.md
GGuanl 6b6fd85
Update README.md
GGuanl 4f998e3
Update README.md
GGuanl 629b37a
Update README.md
GGuanl be5eb37
Update pytorch_install.sh
GGuanl 22eeefc
Create config_common
GGuanl 0dee798
Update README.md
GGuanl c2f993f
Rename config_common to config_common.py
GGuanl ca34bb6
Update config_R300x2x8.py
GGuanl a9d02b8
Update config_R300x1x1.py
GGuanl 972ed9f
Update config_R300x1x8.py
GGuanl f1714c5
Update README.md
GGuanl ace9fea
Update README.md
GGuanl c474b63
Update README.md
GGuanl 9e30809
Update README.md
GGuanl 015a751
Update README.md
GGuanl 60dee8a
Update requirements.txt
GGuanl 32eb6f1
Update README.md
GGuanl 9d81ff1
Update config_R300x1x1.py
GGuanl 7952993
Update config_R300x1x8.py
GGuanl 27b48b5
Update config_R300x2x8.py
GGuanl c0e3ab4
Update config_R300x1x1.py
GGuanl 7394352
Update config_R300x1x8.py
GGuanl 186ae5d
Update config_R300x2x8.py
GGuanl 2f204f5
Update config_common.py
GGuanl 26acd75
Update config_R300x1x1.py
GGuanl 13cc7be
Update config_R300x2x8.py
GGuanl d207087
Update README.md
GGuanl 27033ba
Update README.md
GGuanl a44db3f
Update README.md
GGuanl bce5f61
Update config_R300x1x1.py
GGuanl 42f761d
Update config_R300x1x8.py
GGuanl cda8284
Update config_R300x2x8.py
GGuanl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yuzhou03 marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| fp16 = False | ||
|
||
|
|
||
| train_batch_size = 4 | ||
GGuanl marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| eval_batch_size = 6 | ||
| eval_batch_size = 4 | ||
|
|
||
| dist_backend = "xccl" | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| vendor = 'kunlunxin' | ||
| fp16 = False | ||
|
|
||
| dist_backend = "xccl" | ||
|
|
||
| lr = 1e-5 | ||
| weight_decay = 0.1 | ||
| adam_beta1 = 0.9 | ||
| adam_beta2 = 0.999 | ||
| adam_eps = 1e-08 | ||
| gradient_accumulation_steps = 1 | ||
| warmup = 0.1 | ||
| lr_decay_ratio = 0.1 | ||
| lr_decay_iters = 4338 | ||
| log_freq = 1 | ||
| seed = 4096 | ||
| max_samples_termination = 5553080 | ||
| training_event = None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| h5sparse | ||
| boto3 | ||
| h5py | ||
| numpy>=1.15.4 | ||
| sentencepiece>=0.1.8 | ||
shh2000 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| jieba | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2个下载地址是可用的吗?
