Abdulmohsena commited on
Commit
64ff31e
·
verified ·
1 Parent(s): c068d1e

Upload M2M100ForConditionalGeneration

Browse files
Files changed (2) hide show
  1. config.json +1 -0
  2. generation_config.json +5 -3
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "activation_dropout": 0.0,
3
  "activation_function": "relu",
4
  "architectures": [
 
1
  {
2
+ "_name_or_path": "Abdulmohsena/Faseeh",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
generation_config.json CHANGED
@@ -1,8 +1,10 @@
1
  {
2
- "do_sample": true,
3
- "early_stopping": true,
 
 
4
  "forced_bos_token_id": 256011,
5
  "max_length": 200,
6
- "num_beams": 4,
7
  "transformers_version": "4.42.3"
8
  }
 
1
  {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "eos_token_id": 2,
6
  "forced_bos_token_id": 256011,
7
  "max_length": 200,
8
+ "pad_token_id": 1,
9
  "transformers_version": "4.42.3"
10
  }