JollyTensor commited on
Commit
d436973
·
verified ·
1 Parent(s): bda0ac0

Upload config.json

Browse files

Fixing copy/paste error - missing comma in config.json.

Files changed (1) hide show
  1. config.json +9 -8
config.json CHANGED
@@ -48,13 +48,14 @@
48
  "transformers_version": "4.50.3",
49
  "use_cache": true,
50
  "vocab_size": 50280,
51
- "weight_tying": false
52
  "auto_map": {
53
- "AutoConfig": "configuration_olmo.OLMoConfig",
54
- "AutoModelForCausalLM": "modeling_olmo.OLMoForCausalLM",
55
- "AutoTokenizer": [
56
- "tokenization_olmo_fast.OLMoTokenizerFast",
57
- "tokenization_olmo_fast.OLMoTokenizerFast"
58
- ]
59
- }
60
  }
 
 
48
  "transformers_version": "4.50.3",
49
  "use_cache": true,
50
  "vocab_size": 50280,
51
+ "weight_tying": false,
52
  "auto_map": {
53
+ "AutoConfig": "configuration_olmo.OLMoConfig",
54
+ "AutoModelForCausalLM": "modeling_olmo.OLMoForCausalLM",
55
+ "AutoTokenizer": [
56
+ "tokenization_olmo_fast.OLMoTokenizerFast",
57
+ "tokenization_olmo_fast.OLMoTokenizerFast"
58
+ ]
59
+ }
60
  }
61
+