Question
According to the indigenous AI development announcement
by Sarvam AI, what are the two parameter sizes of the Vikram Large Language Models introduced at the AI Impact Summit?Solution
Sarvam AI introduced two indigenous Large Language Models (LLMs) named Vikram at the AI Impact Summit. The models were launched in two parameter configurations: a 35-billion parameter model and a 105-billion parameter model. Model parameters represent the internal variables used by machine learning systems to process language and generate responses. Larger parameter sizes typically enable models to capture more complex patterns in data and produce more accurate outputs. These models are intended to strengthen Indiaβs presence in the global AI ecosystem and improve performance in Indian language processing.
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
Which of the following prevents inheritance in C++?
Which of the following is used to eliminate redundancy and anomalies in a database?
Which OOP principle allows a single interface to represent different underlying forms or data types?
The concept of "data hiding" is primarily achieved through which OOP principle?
Which of the following correctly describes the concept of 'encapsulation' in OOP?
A primary key in a table:
The result of a Cartesian product of two relations R and S will have:
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...