CoolFace
Apppublic

chendl/compositional_test

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes
README.md29 linesDownload Raw Back to research_projects
1<!---2Copyright 2020 The HuggingFace Team. All rights reserved.3 4Licensed under the Apache License, Version 2.0 (the "License");5you may not use this file except in compliance with the License.6You may obtain a copy of the License at7 8    http://www.apache.org/licenses/LICENSE-2.09 10Unless required by applicable law or agreed to in writing, software11distributed under the License is distributed on an "AS IS" BASIS,12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.13See the License for the specific language governing permissions and14limitations under the License.15-->16 17# Research projects18 19This folder contains various research projects using ๐Ÿค— Transformers. They are not maintained and require a specific20version of ๐Ÿค— Transformers that is indicated in the requirements file of each folder. Updating them to the most recent version of the library will require some work.21 22To use any of them, just run the command23```24pip install -r requirements.txt25```26inside the folder of your choice.27 28If you need help with any of those, contact the author(s), indicated at the top of the `README` of each folder.29