abhishekchohan commited on
Commit
af6d3cc
1 Parent(s): 4f2fc4b

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "models/01-ai/Yi-9B-forest-dpo/model-dpo",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "models/01-ai/Yi-9B-forest-dpo/model",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
pytorch_model-00001-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cad37da1400ccecb8b52c923e2b31b3f5c35048f732f2c98e732dbe45e3d8c15
3
  size 4932739043
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:210d9678aa665eb98323265371257ff2fe5a0b55b23286869e009ef29bc65f32
3
  size 4932739043
pytorch_model-00002-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9c47114740fd48239f0f93f9995e0e908ba6e81910f070c867cbdaccf4b22ca
3
  size 4976834434
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5b5a1409048c0dce5a41714c2b4d3f30e4cef4fb26670fe56c0c79e673de5b4
3
  size 4976834434
pytorch_model-00003-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18d7497f5161fb6db550265991b91c34e548f3e26a24c126f949fc83e9f6a92f
3
  size 4968428158
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203e0bd7d945006296a7b8d81d31c18ba7e94c568cb237a3126353c97012d8ea
3
  size 4968428158
pytorch_model-00004-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5987aa5e7525a1af6cc0e202f04c43dd0669209daa219cc0e4ea8dc84fff2115
3
  size 2780967842
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de84f19ad70dfeca850ca2a1ff9897feda8e596fee53255673b4106248141a90
3
  size 2780967842
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": 4096,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -31,10 +31,14 @@
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "<|endoftext|>",
33
  "legacy": true,
 
34
  "model_max_length": 4096,
35
  "pad_token": "<|endoftext|>",
36
  "sp_model_kwargs": {},
 
37
  "tokenizer_class": "LlamaTokenizer",
 
 
38
  "unk_token": "<unk>",
39
  "use_default_system_prompt": false
40
  }
 
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "<|endoftext|>",
33
  "legacy": true,
34
+ "max_length": 4096,
35
  "model_max_length": 4096,
36
  "pad_token": "<|endoftext|>",
37
  "sp_model_kwargs": {},
38
+ "stride": 0,
39
  "tokenizer_class": "LlamaTokenizer",
40
+ "truncation_side": "right",
41
+ "truncation_strategy": "longest_first",
42
  "unk_token": "<unk>",
43
  "use_default_system_prompt": false
44
  }