Commit 2798fda
Update results on README after Cleaning up code (#41)
* Adding SentencePiece
* Rearrange
* Adding finetuning scripts
* Making dir structure more managable
* Add Random Search
* Add majority voting
* Strip notebooks
* Add nb stripout from fastai standalone version
* Move everything to one notebook
* Change the name of the file saved
* Change the parameters
* Combine common code
* Pass "name" to methods in hinglish utils
* fix imports
* Pass name as variable to add_padding
* Remove output
* Fix typo
* Change names for ensemble models
* Change from "output" to name of the LM model
* Fix typo
* Remove hardcoding for epochs
* isort and black :)
* Move everything to hinglish
* Coffe isn't good for me
* Break everything into sensible methods
* import clash
* fix run_valid
* Change notebook according to hinglish.py
* Change logs
* Fix imports
* Change method names
* Remove tf dependency
* Remove tf from requirements.txt
* Remove hardcoding from pd columns
* Use store_attr to load variables for class
* Fix the size mismatch error by changing final_test.json file
* nb-stripout worked
* Add majority voting explanation
* extract if tarfile and run_language_modeling documentation
* Split the transformers notebook
* Something broke, I don't know what.
* Remove setup
* Things would be easier if I knew OOP or Python better
* Will fix this later is this works¿
* nan sent¿
* Print eval and test metrics
* Change the label for eval
* Change the file with empty clean_text
* Remove eval testing for now
* Logfile name
* moving the part which copies things to drive here
* Fix formatting add pathlib
* add drivepath
* Changed the file paths
* Remove additional code
* Update model performance after reproducing code (#40)
- Reproduced on Monday 29th December.
- [Training Files](https://drive.google.com/drive/folders/12qEbxbefBY24-YqahVV0v7q_IFyxz3L8?usp=sharing)
- [Model/Output files](https://drive.google.com/drive/folders/1x-6klxSJEQu5gUOR1zHUHyHjHrApKmRD?usp=sharing)
Co-authored-by: meghanabhange <[email protected]>
Co-authored-by: meghanabhange <[email protected]>
Co-authored-by: meghanabhange <[email protected]>1 parent a624c16 commit 2798fda
1 file changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments