InHawK commited on
Commit
7d58863
1 Parent(s): a4bd01b

InHawK/llama-2-7b-chat-simulationbot-2epoch-modified

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. adapter_model.safetensors +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: constant
43
  - lr_scheduler_warmup_ratio: 0.03
44
- - num_epochs: 1
45
 
46
  ### Training results
47
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: constant
43
  - lr_scheduler_warmup_ratio: 0.03
44
+ - num_epochs: 2
45
 
46
  ### Training results
47
 
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ceedc7e7c090bc3994ed0d7870a1ca649b63417ced99e90fdc3ff9f50cc00439
3
  size 134235048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e728ec93cfb3e1e6699f829e6b49be08fc78bb94b457833d03ccf0740681fd8f
3
  size 134235048
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b811d1b33be238362767aca08fe92feffc19ce5c6db76c145d3bd1770cd1ad9
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a47db2bf84f0be6961dee00a9370eea7489b560cceaf7055466ab4b2fd5c95
3
  size 4792