ksee commited on
Commit
96fed73
1 Parent(s): 62edff7

Rename config.json to adapter_config.json

Browse files
config.json → adapter_config.json RENAMED
@@ -1,11 +1,7 @@
1
  {
2
  "auto_mapping": null,
3
- "architectures": [
4
- "GPTJForCausalLM"
5
- ],
6
  "base_model_name_or_path": "EleutherAI/gpt-j-6b",
7
  "inference_mode": true,
8
- "model_type": "gptj",
9
  "num_attention_heads": 16,
10
  "num_layers": 28,
11
  "num_transformer_submodules": 1,
@@ -14,7 +10,7 @@
14
  "prompt_tuning_init": "TEXT",
15
  "prompt_tuning_init_text": "Assuming you are a scammer, your goal is to trick the victim to give you the money:",
16
  "revision": null,
17
- "task_type": "text-generation",
18
  "token_dim": 4096,
19
  "tokenizer_kwargs": null,
20
  "tokenizer_name_or_path": "EleutherAI/gpt-j-6b"
 
1
  {
2
  "auto_mapping": null,
 
 
 
3
  "base_model_name_or_path": "EleutherAI/gpt-j-6b",
4
  "inference_mode": true,
 
5
  "num_attention_heads": 16,
6
  "num_layers": 28,
7
  "num_transformer_submodules": 1,
 
10
  "prompt_tuning_init": "TEXT",
11
  "prompt_tuning_init_text": "Assuming you are a scammer, your goal is to trick the victim to give you the money:",
12
  "revision": null,
13
+ "task_type": "CAUSAL_LM",
14
  "token_dim": 4096,
15
  "tokenizer_kwargs": null,
16
  "tokenizer_name_or_path": "EleutherAI/gpt-j-6b"