nm-autobot commited on
Commit
3799633
1 Parent(s): 6944bc0

Upload LlamaForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/runner/.cache/huggingface/hub/models--TinyLlama--TinyLlama-1.1B-Chat-v1.0/snapshots/fe8a4ea1ffedaf415f4da2f062534de366a451e6",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -66,7 +66,7 @@
66
  "rope_theta": 10000.0,
67
  "tie_word_embeddings": false,
68
  "torch_dtype": "bfloat16",
69
- "transformers_version": "4.46.2",
70
  "use_cache": true,
71
  "vocab_size": 32000
72
  }
 
1
  {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
66
  "rope_theta": 10000.0,
67
  "tie_word_embeddings": false,
68
  "torch_dtype": "bfloat16",
69
+ "transformers_version": "4.46.3",
70
  "use_cache": true,
71
  "vocab_size": 32000
72
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.46.2"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.46.3"
7
  }