cnmoro commited on
Commit
2e5ec0d
1 Parent(s): 0715f4e

Upload 7 files

Browse files
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "/workspace/axolotl/lora-out-xsmall-2/merged/",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "bos_token_id": 50256,
8
- "eos_token_id": 2,
9
  "hidden_act": "silu",
10
  "hidden_size": 1024,
11
  "initializer_range": 0.02,
@@ -23,7 +23,7 @@
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float16",
26
- "transformers_version": "4.34.1",
27
  "use_cache": false,
28
  "vocab_size": 50304
29
  }
 
1
  {
2
+ "_name_or_path": "cnmoro/ahxt_llama2_xs_460M_experimental_ptbr_instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "bos_token_id": 50256,
8
+ "eos_token_id": 50256,
9
  "hidden_act": "silu",
10
  "hidden_size": 1024,
11
  "initializer_range": 0.02,
 
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float16",
26
+ "transformers_version": "4.35.2",
27
  "use_cache": false,
28
  "vocab_size": 50304
29
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.34.1"
7
  }
 
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.35.2"
7
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:300d082d269810ff6aafebecf6ad64e96406d3ba349e3f0d176bed6c6c5a2d81
3
- size 923445049
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c3f14d687beca810193df26477980d585a50d3a0162f5892b3a574002f5a18d
3
+ size 923445494
special_tokens_map.json CHANGED
@@ -7,7 +7,7 @@
7
  "single_word": false
8
  },
9
  "eos_token": {
10
- "content": "#",
11
  "lstrip": false,
12
  "normalized": false,
13
  "rstrip": false,
 
7
  "single_word": false
8
  },
9
  "eos_token": {
10
+ "content": "<|endoftext|>",
11
  "lstrip": false,
12
  "normalized": false,
13
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -29,7 +29,7 @@
29
  },
30
  "bos_token": "<|endoftext|>",
31
  "clean_up_tokenization_spaces": true,
32
- "eos_token": "#",
33
  "errors": "replace",
34
  "model_max_length": 1024,
35
  "pad_token": "\"",
 
29
  },
30
  "bos_token": "<|endoftext|>",
31
  "clean_up_tokenization_spaces": true,
32
+ "eos_token": "<|endoftext|>",
33
  "errors": "replace",
34
  "model_max_length": 1024,
35
  "pad_token": "\"",