sohomghosh commited on
Commit
146acc8
1 Parent(s): 9f31d25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: mit
3
  ---
4
  How to load the model and generate predictions?
 
5
 
6
  ```python
7
  import pandas as pd
@@ -141,7 +142,7 @@ test_df['readability'] = ['readable' if i==1 else 'not_reabale' for i in actual_
141
  }
142
  ```
143
 
144
- ``bibtex
145
  @InProceedings{ghosh-2021-finread,
146
  title = "FinRead: A Transfer Learning Based Tool to Assess Readability of Definitions of Financial Terms",
147
  author = "Sohom Ghosh, Shovon Sengupta, Sudip Kumar Naskar, Sunny Kumar Singh",
 
2
  license: mit
3
  ---
4
  How to load the model and generate predictions?
5
+ Download the pytorch_model.bin file and execute the following:
6
 
7
  ```python
8
  import pandas as pd
 
142
  }
143
  ```
144
 
145
+ ```bibtex
146
  @InProceedings{ghosh-2021-finread,
147
  title = "FinRead: A Transfer Learning Based Tool to Assess Readability of Definitions of Financial Terms",
148
  author = "Sohom Ghosh, Shovon Sengupta, Sudip Kumar Naskar, Sunny Kumar Singh",