Update README structure and features
Browse files
README.md
CHANGED
@@ -385,13 +385,11 @@ This repository has been trimmed to essential files. Example scripts and test fi
|
|
385 |
```
|
386 |
autoencoder/
|
387 |
βββ __init__.py # Package initialization
|
388 |
-
βββ configuration_autoencoder.py
|
389 |
-
βββ modeling_autoencoder.py
|
390 |
-
βββ register_autoencoder.py
|
391 |
-
βββ
|
392 |
-
|
393 |
-
βββ requirements.txt # Dependencies
|
394 |
-
βββ README.md # This file
|
395 |
```
|
396 |
|
397 |
## π€ Contributing
|
|
|
385 |
```
|
386 |
autoencoder/
|
387 |
βββ __init__.py # Package initialization
|
388 |
+
βββ configuration_autoencoder.py # Configuration class
|
389 |
+
βββ modeling_autoencoder.py # Model implementations
|
390 |
+
βββ register_autoencoder.py # AutoModel registration
|
391 |
+
βββ pyproject.toml # Project metadata and dependencies
|
392 |
+
βββ README.md # This file
|
|
|
|
|
393 |
```
|
394 |
|
395 |
## π€ Contributing
|