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
|