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