singtan commited on
Commit
d8699ff
·
verified ·
1 Parent(s): 503da84

Upload GemmaForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. generation_config.json +1 -1
config.json CHANGED
@@ -24,7 +24,7 @@
24
  "rope_type": "default"
25
  },
26
  "tie_word_embeddings": true,
27
- "transformers_version": "5.0.0",
28
  "use_bidirectional_attention": null,
29
  "use_cache": true,
30
  "vocab_size": 256000
 
24
  "rope_type": "default"
25
  },
26
  "tie_word_embeddings": true,
27
+ "transformers_version": "5.5.0",
28
  "use_bidirectional_attention": null,
29
  "use_cache": true,
30
  "vocab_size": 256000
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "bos_token_id": 2,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
- "transformers_version": "5.0.0"
7
  }
 
3
  "bos_token_id": 2,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
+ "transformers_version": "5.5.0"
7
  }