nm-autobot commited on
Commit
23e82b7
1 Parent(s): 2b0b804

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
  ],
@@ -55,7 +55,7 @@
55
  "rope_theta": 10000.0,
56
  "tie_word_embeddings": false,
57
  "torch_dtype": "bfloat16",
58
- "transformers_version": "4.46.2",
59
  "use_cache": true,
60
  "vocab_size": 32000
61
  }
 
1
  {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
55
  "rope_theta": 10000.0,
56
  "tie_word_embeddings": false,
57
  "torch_dtype": "bfloat16",
58
+ "transformers_version": "4.46.3",
59
  "use_cache": true,
60
  "vocab_size": 32000
61
  }
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
  }