mahimairaja commited on
Commit
8a84e0c
1 Parent(s): 95ba991

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -51,7 +51,7 @@
51
  'exponential_decay_length_penalty': None,
52
  'suppress_tokens': None,
53
  'begin_suppress_tokens': None,
54
- 'architectures': ['LlamaForCausalLM'],
55
  'finetuning_task': None,
56
  'id2label': {0: 'LABEL_0', 1: 'LABEL_1'},
57
  'label2id': {'LABEL_0': 0, 'LABEL_1': 1},
 
51
  'exponential_decay_length_penalty': None,
52
  'suppress_tokens': None,
53
  'begin_suppress_tokens': None,
54
+ 'architectures': ['PeftModelForCausalLM'],
55
  'finetuning_task': None,
56
  'id2label': {0: 'LABEL_0', 1: 'LABEL_1'},
57
  'label2id': {'LABEL_0': 0, 'LABEL_1': 1},