STOCK_MARKET_PREDICTOR / config.json
Shoriful025's picture
Create config.json
421f22b verified
Invalid JSON: Unexpected token '`', "```json { "... is not valid JSON
```json
{
"architectures": [
"ProphetNetForConditionalGeneration"
],
"attention_dropout": 0.1,
"bos_token_id": 102,
"cross_attention_hidden_size": null,
"decoder_ffn_dim": 4096,
"decoder_layers": 12,
"decoder_start_token_id": 102,
"dropout": 0.1,
"encoder_ffn_dim": 4096,
"encoder_layers": 12,
"eos_token_id": 102,
"hidden_size": 1024,
"init_std": 0.02,
"is_encoder_decoder": true,
"length_penalty": 2.0,
"max_length": 512,
"max_position_embeddings": 512,
"min_length": 2,
"model_type": "prophetnet",
"ngram": 2,
"num_beams": 4,
"num_buckets": 32,
"num_hidden_layers": 12,
"pad_token_id": 0,
"relative_max_distance": 128,
"torch_dtype": "float32",
"transformers_version": "4.35.0",
"use_cache": true,
"vocab_size": 30522
}