seanmor5 commited on
Commit
29717eb
1 Parent(s): 0f22e54

Upload LlamaForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. generation_config.json +7 -0
  3. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "test/fixtures/models/llama",
3
  "architectures": [
4
- "LlamaModel"
5
  ],
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
 
1
  {
2
+ "_name_or_path": "seanmor5/tiny-llama-test",
3
  "architectures": [
4
+ "LlamaForCausalLM"
5
  ],
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.28.0.dev0"
7
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6baff3a46bf6da07c83d6cbfb692e9da518ed28f6630d6d317d4cff23df06ad
3
- size 4185331
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22ed9b4e1eb1a34ea4c89d1954f820eb5f051a6f194400307cda4661a67e3f77
3
+ size 8281782