Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,8 @@ tags:
|
|
15 |
Following is the complete list of machine learning models in Chrome many of which are on your device. They are located in your User Data folder and you can easily check to see which ones you have as they are all in numbered folders.
|
16 |
|
17 |
# Mapping of folder names to optimization target descriptions
|
|
|
|
|
18 |
OPTIMIZATION_TARGETS = {
|
19 |
"0": "OPTIMIZATION_TARGET_UNKNOWN",
|
20 |
"1": "OPTIMIZATION_TARGET_PAINFUL_PAGE_LOAD",
|
@@ -76,5 +78,6 @@ OPTIMIZATION_TARGETS = {
|
|
76 |
"58": "OPTIMIZATION_TARGET_SEGMENTATION_FEDCM_USER",
|
77 |
"59": "OPTIMIZATION_TARGET_MODEL_EXECUTION_FEATURE_WRITING_ASSISTANCE_API"
|
78 |
}
|
|
|
79 |
|
80 |
Source: [DEJAN](https://dejan.ai/blog/chrome-ai-models/)
|
|
|
15 |
Following is the complete list of machine learning models in Chrome many of which are on your device. They are located in your User Data folder and you can easily check to see which ones you have as they are all in numbered folders.
|
16 |
|
17 |
# Mapping of folder names to optimization target descriptions
|
18 |
+
|
19 |
+
```
|
20 |
OPTIMIZATION_TARGETS = {
|
21 |
"0": "OPTIMIZATION_TARGET_UNKNOWN",
|
22 |
"1": "OPTIMIZATION_TARGET_PAINFUL_PAGE_LOAD",
|
|
|
78 |
"58": "OPTIMIZATION_TARGET_SEGMENTATION_FEDCM_USER",
|
79 |
"59": "OPTIMIZATION_TARGET_MODEL_EXECUTION_FEATURE_WRITING_ASSISTANCE_API"
|
80 |
}
|
81 |
+
```
|
82 |
|
83 |
Source: [DEJAN](https://dejan.ai/blog/chrome-ai-models/)
|