Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'contrib' directory (facebookresearch#1333)
Summary: ## Motivation and Context We need the 'contrib' directory to hold experimental code, which is accessible in OSS. First 2 use cases: 1) moving HuggingFace transform related code and dependency there 2) maintain prototypes for PyText Library there ## How Has This Been Tested ## Types of changes - [x] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist - [ ] My code follows the code style of this project. - [x] My change requires a change to the documentation. - [x] I have updated the documentation accordingly. - [ ] I have read the **CONTRIBUTING** document. - [x] I have completed my CLA (see **CONTRIBUTING**) - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. Pull Request resolved: facebookresearch#1333 Differential Revision: D21189667 Pulled By: hudeven fbshipit-source-id: 55b3a2488a3e3bae49b6834f9f442c4c59a2e8a1
- Loading branch information