Safetensors
llama
bingo123122121 commited on
Commit
2993e8e
·
verified ·
1 Parent(s): 99d0573

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -20,14 +20,14 @@
20
  "llm_bos_token_id": 128000,
21
  "llm_eos_token_id": 128001,
22
  "llm_pad_token_id": 128002,
23
- "llm_path": "/data/bumengyu/2.model/llama3-8B",
24
  "max_gen_len": 128,
25
  "max_position_embeddings": 2048,
26
  "mlp_bias": false,
27
  "model_type": "llama",
28
  "mt_eos_token_id": 2,
29
  "mt_pad_token_id": 1,
30
- "mt_path": "/data/bumengyu/2.model/nllb-200-distilled-1.3B",
31
  "mt_vocab_size": 256206,
32
  "num_attention_heads": 32,
33
  "num_hidden_layers": 32,
 
20
  "llm_bos_token_id": 128000,
21
  "llm_eos_token_id": 128001,
22
  "llm_pad_token_id": 128002,
23
+ "llm_path": "meta-llama/Meta-Llama-3-8B",
24
  "max_gen_len": 128,
25
  "max_position_embeddings": 2048,
26
  "mlp_bias": false,
27
  "model_type": "llama",
28
  "mt_eos_token_id": 2,
29
  "mt_pad_token_id": 1,
30
+ "mt_path": "facebook/nllb-200-distilled-1.3B",
31
  "mt_vocab_size": 256206,
32
  "num_attention_heads": 32,
33
  "num_hidden_layers": 32,