Set `library_name` to `tf-keras`.
Browse filesModel 'BasStein/doe2vec-d2-m8-ls24-VAE-kl0.001' seems to be compatible only with "Keras 2" and not "Keras 3". To distinguish them, models compatible with legacy Keras 2.x should be tagged as `tf-keras` while models compatible with Keras 3.x are tagged as `keras`.
This PR updates the model card to replace the explicit `library_name: keras` metadata which is now outdated by `library_name: tf-keras`. Updating this metadata will facilitate its discoverability and usage.
For more information about `keras` and `tf-keras` library names, check out this pull request: https://github.com/huggingface/huggingface.js/pull/774.
README.md
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: apache-2.0
|
5 |
-
|
|
|
6 |
tags:
|
7 |
- doe2vec
|
8 |
- exploratory-landscape-analysis
|
9 |
- autoencoders
|
10 |
-
datasets:
|
11 |
-
- BasStein/250000-randomfunctions-2d
|
12 |
-
metrics:
|
13 |
-
- mse
|
14 |
co2_eq_emissions:
|
15 |
emissions: 0.0363
|
16 |
-
source:
|
17 |
-
training_type:
|
18 |
-
geographical_location:
|
19 |
-
hardware_used:
|
20 |
---
|
21 |
|
22 |
## Model description
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- BasStein/250000-randomfunctions-2d
|
4 |
language:
|
5 |
- en
|
6 |
+
library_name: tf-keras
|
7 |
license: apache-2.0
|
8 |
+
metrics:
|
9 |
+
- mse
|
10 |
tags:
|
11 |
- doe2vec
|
12 |
- exploratory-landscape-analysis
|
13 |
- autoencoders
|
|
|
|
|
|
|
|
|
14 |
co2_eq_emissions:
|
15 |
emissions: 0.0363
|
16 |
+
source: code carbon
|
17 |
+
training_type: pre-training
|
18 |
+
geographical_location: Leiden, The Netherlands
|
19 |
+
hardware_used: 1 Tesla T4
|
20 |
---
|
21 |
|
22 |
## Model description
|