vedantpalit commited on
Commit
b14c639
·
verified ·
1 Parent(s): a99bf54

RLHF model of StarCoder

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +16 -2
  3. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c1a85504c2441c250c63fd6a0046c609f01e90af2ea2b0329f6945c74948778
3
  size 656601304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55aa59e1f3116b322a2e4ac6133251337402a774789ef9a7f049e69aa38ded66
3
  size 656601304
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 256,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 256
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 49152,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ca4f69faead66871e642bed7ab1e6d69af5eb76528ebff00a4910b511e5dedf
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dc9322b7a6d234418fd5eea0bd93c469cd4e6ee383d0fec25e325a499e75819
3
  size 4536