amaye15 commited on
Commit
f87cb91
Β·
1 Parent(s): ced6e93

Update README structure and features

Browse files
Files changed (1) hide show
  1. README.md +5 -7
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 # Configuration class
389
- β”œβ”€β”€ modeling_autoencoder.py # Model implementations
390
- β”œβ”€β”€ register_autoencoder.py # AutoModel registration
391
- β”œβ”€β”€ example_usage.py # Usage examples
392
- β”œβ”€β”€ test_save_load.py # Test suite
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