Searched full:models (Results 1 – 25 of 202) sorted by relevance
123456789
15 models:23 models:31 models:41 models:61 models:69 models:77 models:87 models:95 models:103 models:[all …]
12 models:20 models:28 models:38 models:46 models:
11 models:22 models:45 models:58 models:71 models:100 models:123 models:
11 models:38 models:57 models:82 models:108 models:124 models:
13 { "name":"Ford", "url": "https://ford.com", "models": [ "Fiesta", "Focus", "Mustang" ] },14 { "name":"BMW", "url": "https://bmw.com", "models": [ "320", "X3", "X5" ] },15 { "name":"Fiat", "url": "https://fiat.com", "models": [ "500", "Panda" ] }26 { "name":"Ford", "url": "https://ford.com", "models": [ "Fiesta", "Focus", "Mustang" ] },27 { "name":"BMW", "url": "https://bmw.com", "models": [ "320", "X3", "X5" ] },28 { "name":"Fiat", "url": "https://fiat.com", "models": [ "500", "Panda" ] }42 ….middleName%**. person.cars: **%$person.cars%**. person.cars.1.models: **%$person.cars.1.models%**.44 ….middleName%**. person.cars: **%$person.cars%**. person.cars.1.models: **%$person.cars.1.models%**.64 %$person.cars.1.models #code#%66 %$person.cars.1.models #code#%[all …]
24 * The "models" collection of methods.28 * $models = $bigqueryService->models;31 class Models extends \Google\Service\Resource class34 * Deletes the model specified by modelId from the dataset. (models.delete)48 * Gets the specified model resource by model ID. (models.get)63 * Lists all models in the specified dataset. Requires the READER dataset role.64 * After retrieving the list of models, you can get information about a65 * particular model by calling the models.get method. (models.listModels)67 * @param string $projectId Required. Project ID of the models to list.68 * @param string $datasetId Required. Dataset ID of the models to list.[all …]
29 * The "models" collection of methods.33 * $models = $mlService->models;41 * versions by calling projects.models.versions.create. (models.create)56 * You can delete versions by calling projects.models.versions.delete.57 * (models.delete)72 * deployed). (models.get)86 * resource exists and does not have a policy set. (models.getIamPolicy)114 * Lists the models in a project. Each project can contain multiple models, and115 * each model can have multiple versions. If there are no models that match the117 * (models.listProjectsModels)[all …]
47 $models = json_decode($response, true, 512, JSON_THROW_ON_ERROR);70 'skip' => '/-(01|02)(-|$)/', // outdated models78 // load existing models80 $ourProviders[$provider]['models'] = json_decode(81 file_get_contents(__DIR__ . '/../Model/' . $data['name'] . '/' . 'models.json'),86 // update models87 foreach ($models as $model => $data) {100 $oldmodel = $ourProviders[$provider]['models'][$data['mode']][$model] ?? [];118 $ourProviders[$provider]['models'][$data['mode']][$model] = $newmodel;121 // save models[all …]
19 $info['desc'] = 'Run a prepared chat session against multiple LLM models';28 $options->setHelp('Run a prepared chat session against multiple models');34 'Use only models matching this case-insensitive regex (no delimiters)',50 $models = $this->helper->factory->getModels(true, 'chat');53 foreach ($models as $name => $info) {70 // override models122 $models = array_keys($result);123 $numberOfRecords = count($result[$models[0]]);129 foreach ($models as $model) {141 foreach ($models as $model) {
4 This function routes a model to all other models.9 color models (inclusive).17 const models = Object.keys(conversions);19 for (let len = models.length, i = 0; i < len; i++) {20 graph[models[i]] = {82 const models = Object.keys(graph);83 for (let len = models.length, i = 0; i < len; i++) {84 const toModel = models[i];
60 …"description": "Qwen2.5 models are pretrained on Alibaba's latest large-scale dataset. 72 billion …67 …"description": "Qwen2.5 models are pretrained on Alibaba's latest large-scale dataset. 32 billion …74 …"description": "Qwen2.5 models are pretrained on Alibaba's latest large-scale dataset. 14 billion …81 …"description": "Qwen2.5 models are pretrained on Alibaba's latest large-scale dataset. 7 billion p…88 …"description": "Qwen2.5 models are pretrained on Alibaba's latest large-scale dataset. 3 billion p…95 …"description": "Qwen2.5 models are pretrained on Alibaba's latest large-scale dataset. 1.5 billion…102 …"description": "Qwen2.5 models are pretrained on Alibaba's latest large-scale dataset. 0.5 billion…123 …"description": "The project aims to train sentence embedding models on very large sentence level d…
43 * /{project-number-or-id}`. Only models within the same region (has same64 * number-or-id}`. Non-global location is required for AutoML models. Only65 * models within the same region (have same location-id) can be used, otherwise73 * format depends on model type: - AutoML Translation models: `projects74 * /{project-number-or-id}/locations/{location-id}/models/{model-id}` - General75 * (built-in) models: `projects/{project-number-or-id}/locations/{location-76 * id}/models/general/nmt`, Returns languages supported by the specified model.94 * models or custom glossaries. Models and glossaries must be within the same
54 * models or glossaries within the same region (have the same location-id) can77 * translation. Only AutoML Translation models or glossaries within the same97 * /{project-number-or-id}`. Only models within the same region (has same131 * number-or-id}`. Non-global location is required for AutoML models. Only132 * models within the same region (have same location-id) can be used, otherwise140 * format depends on model type: - AutoML Translation models: `projects141 * /{project-number-or-id}/locations/{location-id}/models/{model-id}` - General142 * (built-in) models: `projects/{project-number-or-id}/locations/{location-143 * id}/models/general/nmt`, Returns languages supported by the specified model.183 * models or custom glossaries. Models and glossaries must be within the same[all …]
72 // `attributes` object or collection's `models` array behind the scenes.387 // Backbone **Models** are the basic data object in the framework --422 // The prefix is used to create the client id which is used to identify models locally.752 // If models tend to represent a single row of data, a Backbone Collection is757 // indexes of their models, both in order, and for lookup by `id`.761 // its models in sort order, as they're added and removed.762 var Collection = Backbone.Collection = function(models, options) { argument769 if (models) this.reset(models, _.extend({silent: true}, options));804 // models' attributes.814 // Add a model, or list of models to the set. `models` may be Backbone[all …]
22 protected $collection_key = 'models';33 public function setModels($models) argument35 $this->models = $models;42 return $this->models;
28 * Update the configuration and reset the cached models41 * Set the debug flag for all models101 * Get all known models105 * @param bool $availableOnly Only return models that are available106 * @param string $typeOnly Only return models of this type ('chat' or 'embedding')116 $jsons = glob(__DIR__ . '/Model/*/models.json');118 $models = json_decode(file_get_contents($json), true);119 foreach ($models as $type => $model) {
10 …* A setting for selecting a model. We're using a datalist to provide a list of known models but al…29 $jsons = glob(__DIR__ . '/Model/*/models.json');31 $models = json_decode(file_get_contents($json), true);32 if (!isset($models[$this->modeltype])) continue;35 foreach (array_keys($models[$this->modeltype]) as $model) {
7 …in that enables AI-powered chat functionality using LLMs (Large Language Models) and RAG (Retrieva…47 - Creates and retrieves embeddings via embedding models59 - Loads model configurations from Model/*/models.json files72 - `ChatInterface`: For conversational models (getAnswer method)73 - `EmbeddingInterface`: For embedding models (getEmbedding method, getDimensions method)80 - Model info (token limits, pricing, dimensions) defined in models.json158 - Models are cached in ModelFactory to avoid re-initialization
46 …models from Google, built from the same research and technology used to create the Gemini models. …
2 …models/ErrorType"),e("./utilities/Logging"),e("./models/OneDriveSdkError"),e("./controllers/Picker…
6 …models/ErrorType"),e("./utilities/Logging"),e("./models/OneDriveSdkError"),e("./controllers/Picker…
34 public $models; variable in Google\\Service\\Translate\\BatchTranslateDocumentRequest91 public function setModels($models) argument93 $this->models = $models;100 return $this->models;
34 public $models; variable in Google\\Service\\Translate\\BatchTranslateTextRequest91 public function setModels($models) argument93 $this->models = $models;100 return $this->models;
18 …on": "https:\/\/cloud.google.com\/vertex-ai\/generative-ai\/docs\/learn\/models#foundation_models",39 …on": "https:\/\/cloud.google.com\/vertex-ai\/generative-ai\/docs\/learn\/models#foundation_models",46 …on": "https:\/\/cloud.google.com\/vertex-ai\/generative-ai\/docs\/learn\/models#foundation_models",53 …on": "https:\/\/cloud.google.com\/vertex-ai\/generative-ai\/docs\/learn\/models#foundation_models",90 …on": "Achieves a stronger retrieval performance and outperforms existing models with comparable di…