Encipher-Instabase-2022-Project
A model that will help to classify the legal clauses extracted from Credit Agreements into it’s legal clause type.
I have used Multi-Class classifier Artificial Neural Networks.
- Open the given .ipynb file in google colaboratory.
- Create a folder named Encipher in you google drive.
- Add the train2.csv file in the folder. (Train2.csv should contain 2 columns 'Agreement' and 'Type')
- Currently model is trained considering the 5 Types given: 1. Preamble 2. Governing Law 3. Lender Deafulting 4. Indemnification 5. Other
- To feed data for prediction, create a test.csv file in same 'Encipher' folder with 2 columns 'Id' and 'Agreement'.
- Predicted output will be generated in json format in predictions.json.