ArmelR commited on
Commit
de51f48
1 Parent(s): a2d310f

adding files

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bigcode/starcoder",
3
  "activation_function": "gelu",
4
  "architectures": [
5
  "GPTBigCodeForCausalLM"
@@ -32,7 +32,7 @@
32
  "summary_type": "cls_index",
33
  "summary_use_proj": true,
34
  "torch_dtype": "float16",
35
- "transformers_version": "4.28.1",
36
  "use_cache": true,
37
  "validate_runner_input": true,
38
  "vocab_size": 49152
 
1
  {
2
+ "_name_or_path": "bigcode/starcoderbase",
3
  "activation_function": "gelu",
4
  "architectures": [
5
  "GPTBigCodeForCausalLM"
 
32
  "summary_type": "cls_index",
33
  "summary_use_proj": true,
34
  "torch_dtype": "float16",
35
+ "transformers_version": "4.31.0",
36
  "use_cache": true,
37
  "validate_runner_input": true,
38
  "vocab_size": 49152
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
4
  "eos_token_id": 0,
5
- "transformers_version": "4.28.1"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
4
  "eos_token_id": 0,
5
+ "transformers_version": "4.31.0"
6
  }
merges.txt CHANGED
@@ -1,4 +1,4 @@
1
- #version: 0.2 - Trained by `huggingface/tokenizers`
2
  Ġ Ġ
3
  ĠĠ ĠĠ
4
  ĠĠĠĠ ĠĠĠĠ
 
1
+ #version: 0.2
2
  Ġ Ġ
3
  ĠĠ ĠĠ
4
  ĠĠĠĠ ĠĠĠĠ
pytorch_model-00001-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d2a86b5463b80de52fb67afc9e472dee31b1ca399665afb55899aaec68b29af
3
- size 9957982901
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6ac49445b0b4867e5b7ec7d4ff4242cabe34f5218ed0cd46abbf3bcee6460f
3
+ size 9957983029
pytorch_model-00002-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:816502fa7ae230a3ff77c4faafbc3d6a61f6c80a8dba5bd934cbb90319665171
3
  size 9857381671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d02a4178f889900548f8eaaab69333a7f6ceb07681231c2b6eeb5f3176e4a7
3
  size 9857381671
pytorch_model-00003-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ade9aba221bbc1d7c330bb3d5a46fae8029f8bef208525de61e7be73c890a4ae
3
  size 9857381671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:765a64266eb561846c75d826cc729c135401654dc75b2f033bdeb5feb2c9b8f0
3
  size 9857381671
pytorch_model-00004-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a9d49281a7c75dba95daf885b04c8e42d8392ee56bfe42db500c9b76918af0e
3
- size 1966308005
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77ad63625fb541e792acea350138352e16fbcee6eeda787cab7aa201ddcecd7f
3
+ size 1362327955
pytorch_model.bin.index.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "metadata": {
3
- "total_size": 31638892544
4
  },
5
  "weight_map": {
6
- "lm_head.weight": "pytorch_model-00004-of-00004.bin",
7
  "transformer.h.0.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
8
  "transformer.h.0.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
9
  "transformer.h.0.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
 
1
  {
2
  "metadata": {
3
+ "total_size": 31034912768
4
  },
5
  "weight_map": {
6
+ "lm_head.weight": "pytorch_model-00001-of-00004.bin",
7
  "transformer.h.0.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
8
  "transformer.h.0.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
9
  "transformer.h.0.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
tokenizer.json CHANGED
@@ -205,6 +205,7 @@
205
  "continuing_subword_prefix": null,
206
  "end_of_word_suffix": null,
207
  "fuse_unk": false,
 
208
  "vocab": {
209
  "<|endoftext|>": 0,
210
  "<fim_prefix>": 1,
 
205
  "continuing_subword_prefix": null,
206
  "end_of_word_suffix": null,
207
  "fuse_unk": false,
208
+ "byte_fallback": false,
209
  "vocab": {
210
  "<|endoftext|>": 0,
211
  "<fim_prefix>": 1,