Home
last modified time | relevance | path

Searched full:models (Results 1 – 25 of 202) sorted by relevance

123456789

/plugin/statistics/vendor/matomo/device-detector/regexes/device/
Dtelevisions.yml15 models:
23 models:
31 models:
41 models:
61 models:
69 models:
77 models:
87 models:
95 models:
103 models:
[all …]
Dcar_browsers.yml12 models:
20 models:
28 models:
38 models:
46 models:
Dnotebooks.yml11 models:
22 models:
45 models:
58 models:
71 models:
100 models:
123 models:
Dportable_media_player.yml11 models:
38 models:
57 models:
82 models:
108 models:
124 models:
/plugin/json/demo/
Djson_usage_demo.txt13 { "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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
DModels.php24 * The "models" collection of methods.
28 * $models = $bigqueryService->models;
31 class Models extends \Google\Service\Resource class
34 * 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 a
65 * 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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/Resource/
DProjectsModels.php29 * 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, and
115 * each model can have multiple versions. If there are no models that match the
117 * (models.listProjectsModels)
[all …]
/plugin/aichat/cli/
Ddev.php47 $models = json_decode($response, true, 512, JSON_THROW_ON_ERROR);
70 'skip' => '/-(01|02)(-|$)/', // outdated models
78 // load existing models
80 $ourProviders[$provider]['models'] = json_decode(
81 file_get_contents(__DIR__ . '/../Model/' . $data['name'] . '/' . 'models.json'),
86 // update models
87 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 …]
Dsimulate.php19 $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 models
122 $models = array_keys($result);
123 $numberOfRecords = count($result[$models[0]]);
129 foreach ($models as $model) {
141 foreach ($models as $model) {
/plugin/asciidocjs/node_modules/color-convert/
Droute.js4 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];
/plugin/aichat/Model/Ollama/
Dmodels.json60 …"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…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/Resource/
DProjects.php43 * /{project-number-or-id}`. Only models within the same region (has same
64 * number-or-id}`. Non-global location is required for AutoML models. Only
65 * models within the same region (have same location-id) can be used, otherwise
73 * format depends on model type: - AutoML Translation models: `projects
74 * /{project-number-or-id}/locations/{location-id}/models/{model-id}` - General
75 * (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
DProjectsLocations.php54 * models or glossaries within the same region (have the same location-id) can
77 * translation. Only AutoML Translation models or glossaries within the same
97 * /{project-number-or-id}`. Only models within the same region (has same
131 * number-or-id}`. Non-global location is required for AutoML models. Only
132 * models within the same region (have same location-id) can be used, otherwise
140 * format depends on model type: - AutoML Translation models: `projects
141 * /{project-number-or-id}/locations/{location-id}/models/{model-id}` - General
142 * (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 …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js72 // `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 is
757 // 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) { argument
769 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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DListModelsResponse.php22 protected $collection_key = 'models';
33 public function setModels($models) argument
35 $this->models = $models;
42 return $this->models;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
DGoogleCloudMlV1ListModelsResponse.php22 protected $collection_key = 'models';
33 public function setModels($models) argument
35 $this->models = $models;
42 return $this->models;
/plugin/aichat/
DModelFactory.php28 * Update the configuration and reset the cached models
41 * Set the debug flag for all models
101 * Get all known models
105 * @param bool $availableOnly Only return models that are available
106 * @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) {
DModelSetting.php10 …* 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) {
DAGENTS.md7 …in that enables AI-powered chat functionality using LLMs (Large Language Models) and RAG (Retrieva…
47 - Creates and retrieves embeddings via embedding models
59 - Loads model configurations from Model/*/models.json files
72 - `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.json
158 - Models are cached in ModelFactory to avoid re-initialization
/plugin/aichat/Model/Groq/
Dmodels.json46models from Google, built from the same research and technology used to create the Gemini models. …
/plugin/diagramsnet/lib/js/onedrive/
DOneDriveOrig.js2models/ErrorType"),e("./utilities/Logging"),e("./models/OneDriveSdkError"),e("./controllers/Picker…
DOneDrive.js6models/ErrorType"),e("./utilities/Logging"),e("./models/OneDriveSdkError"),e("./controllers/Picker…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
DBatchTranslateDocumentRequest.php34 public $models; variable in Google\\Service\\Translate\\BatchTranslateDocumentRequest
91 public function setModels($models) argument
93 $this->models = $models;
100 return $this->models;
DBatchTranslateTextRequest.php34 public $models; variable in Google\\Service\\Translate\\BatchTranslateTextRequest
91 public function setModels($models) argument
93 $this->models = $models;
100 return $this->models;
/plugin/aichat/Model/Gemini/
Dmodels.json18 …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…

123456789