Wauplin HF staff commited on
Commit
9b99191
1 Parent(s): 942a4d7

Set `library_name` to `tf-keras`.

Browse files

Model 'BasStein/doe2vec-d10-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.

Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,22 +1,22 @@
1
  ---
 
 
2
  language:
3
  - en
 
4
  license: apache-2.0
5
- library_name: keras
 
6
  tags:
7
  - doe2vec
8
  - exploratory-landscape-analysis
9
  - autoencoders
10
- datasets:
11
- - BasStein/250000-randomfunctions-10d
12
- metrics:
13
- - mse
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
 
1
  ---
2
+ datasets:
3
+ - BasStein/250000-randomfunctions-10d
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