Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,6 @@ tags:
|
|
10 |
- To contribute go to C:\Users\YOUR_PC_USER\AppData\Local\Google\Chrome\User Data\optimization_guide_model_store
|
11 |
- If you find a new non-empty folder not listed [here](https://huggingface.co/dejanseo/chrome_models/upload/main) please [upload it to this repo](https://huggingface.co/dejanseo/chrome_models/upload/main)
|
12 |
|
13 |
-
## List of All Available Models
|
14 |
-
|
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 |
| ID | Target Name | Status |
|
18 |
| -- | ------------------------------------------------------------------------- | ------------ |
|
19 |
| 0 | OPTIMIZATION\_TARGET\_UNKNOWN | ❌ Missing |
|
@@ -88,6 +84,8 @@ Following is the complete list of machine learning models in Chrome many of whic
|
|
88 |
|
89 |
# Mapping of folder names to optimization target descriptions
|
90 |
|
|
|
|
|
91 |
```
|
92 |
# Mapping of folder names to optimization target descriptions
|
93 |
OPTIMIZATION_TARGETS = {
|
|
|
10 |
- To contribute go to C:\Users\YOUR_PC_USER\AppData\Local\Google\Chrome\User Data\optimization_guide_model_store
|
11 |
- If you find a new non-empty folder not listed [here](https://huggingface.co/dejanseo/chrome_models/upload/main) please [upload it to this repo](https://huggingface.co/dejanseo/chrome_models/upload/main)
|
12 |
|
|
|
|
|
|
|
|
|
13 |
| ID | Target Name | Status |
|
14 |
| -- | ------------------------------------------------------------------------- | ------------ |
|
15 |
| 0 | OPTIMIZATION\_TARGET\_UNKNOWN | ❌ Missing |
|
|
|
84 |
|
85 |
# Mapping of folder names to optimization target descriptions
|
86 |
|
87 |
+
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.
|
88 |
+
|
89 |
```
|
90 |
# Mapping of folder names to optimization target descriptions
|
91 |
OPTIMIZATION_TARGETS = {
|