Question 11
Here is a configuration of the GPTNeo model from the Hugging Face hub.
"bos_token_id": 50256,"classifier_dropout": 0.1,"embed_dropout": 0.0,"eos_token_id": 50256,"hidden_size": 2048,"initializer_range": 0.02,"intermediate_size": null,"layer_norm_epsilon": 1e-05,"max_position_embeddings": 2048,"model_type": "gpt_neo","num_heads": 16,"num_layers": 24,"resid_dropout": 0.0,"transformers_version": "4.44.2","use_cache": true,"vocab_size": 50257,"window_size": 256Figure 1: GPTNeoConfig
Based on the above data, answer the given subquestions.
Enter the number of parameters in the embedding layer of the model in millions. For example, if the answer is 1234567. Then enter it as 1.23