Kowsher commited on
Commit
092918d
1 Parent(s): 47f4058

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -7
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "vilsonrodrigues/falcon-7b-instruct-sharded",
3
  "alibi": false,
4
  "apply_residual_connection_post_layernorm": false,
5
  "architectures": [
@@ -7,12 +6,12 @@
7
  ],
8
  "attention_dropout": 0.0,
9
  "auto_map": {
10
- "AutoConfig": "Kowsher/Egol_model--configuration_falcon.RWConfig",
11
- "AutoModel": "Kowsher/Egol_model--ChatFalcon.FalconModel",
12
- "AutoModelForCausalLM": "Kowsher/Egol_model--ChatFalcon.FalconForCausalLM",
13
- "AutoModelForQuestionAnswering": "Kowsher/Egol_model--ChatFalcon.FalconForQuestionAnswering",
14
- "AutoModelForSequenceClassification": "Kowsher/Egol_model--ChatFalcon.FalconForSequenceClassification",
15
- "AutoModelForTokenClassification": "Kowsher/Egol_model--ChatFalcon.FalconForTokenClassification"
16
  },
17
  "bias": false,
18
  "bos_token_id": 11,
 
1
  {
 
2
  "alibi": false,
3
  "apply_residual_connection_post_layernorm": false,
4
  "architectures": [
 
6
  ],
7
  "attention_dropout": 0.0,
8
  "auto_map": {
9
+ "AutoConfig": "configuration_falcon.FalconConfig",
10
+ "AutoModel": "ChatFalcon.FalconModel",
11
+ "AutoModelForCausalLM": "ChatFalcon.FalconForCausalLM",
12
+ "AutoModelForQuestionAnswering": "ChatFalcon.FalconForQuestionAnswering",
13
+ "AutoModelForSequenceClassification": "ChatFalcon.FalconForSequenceClassification",
14
+ "AutoModelForTokenClassification": "ChatFalcon.FalconForTokenClassification"
15
  },
16
  "bias": false,
17
  "bos_token_id": 11,