James Briggs
e8584fa70d
Update README.md
...
minor typo
2021-10-31 15:32:36 +00:00
James Briggs
c9ed1a4c73
Merge pull request #10 from captnTardigrade/main
...
limit the output of tokens list to 10 indices
2021-10-31 15:31:13 +00:00
Kranthi S
6d19c95085
limit the output of tokens list to 10 indices
2021-10-13 15:36:46 +05:30
James Briggs
38f2bdba80
Update README.md
2021-09-25 18:24:41 +01:00
James Briggs
1ccaf83660
Merge pull request #8 from jamescalam/dependabot/pip/tensorflow-2.5.1
...
Bump tensorflow from 2.5.0 to 2.5.1
2021-09-17 16:49:37 +01:00
dependabot[bot]
b1ea0c2008
Bump tensorflow from 2.5.0 to 2.5.1
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-25 15:12:49 +00:00
James Briggs
770a328dbf
fixed true/predicted output
2021-08-11 19:25:10 +01:00
James Briggs
92d0f4da0f
fixed typo that swapped true/predicted values
2021-08-11 19:23:23 +01:00
James Briggs
614dab4bc1
added notebook for further training pre-existing filiberto model
2021-06-28 14:32:28 +01:00
James Briggs
cec6342a14
finished code for training filiberto italian roberta model
2021-06-28 14:31:24 +01:00
James Briggs
1c3f1d1dde
updated bert from scratch for roBERTa model
2021-06-21 10:51:47 +01:00
James Briggs
1f7962792e
added bert from scratch pipeline and training
2021-06-11 20:49:26 +01:00
James Briggs
015e9cd8ac
added new section for training models from scratch
2021-06-08 21:18:42 +01:00
James Briggs
42ae28170d
added MIT license
2021-06-08 15:35:06 +01:00
James Briggs
74971e75bb
Merge pull request #4 from ilangurudev/patch-1
...
Adding ipykernel to requirements.txt
2021-06-08 14:48:38 +01:00
Gurudev Ilangovan
c3b4810f8a
Adding ipykernel to requirements.txt
...
Adding ipykernel to the requirements file enables `python -m ipykernel install --user --name ml --display-name "ML"` to run without errors. Otherwise, I get the `no module named ipykernel` error
2021-06-06 20:30:09 -04:00
James Briggs
0856f21524
removed PyTorch from env due to cross-OS and CUDA complexities
2021-06-06 21:27:04 +01:00
James Briggs
5a69337503
added course link
2021-06-04 10:11:15 +01:00
James Briggs
60e1efc586
added instructions for installing kernel in Jupyter
2021-05-31 18:44:33 +01:00
James Briggs
995f307e79
updated yaml
2021-05-31 18:39:59 +01:00
James Briggs
129584beb6
added asset admin
2021-05-31 18:35:23 +01:00
James Briggs
4e8e0e6a28
added environment.yaml link
2021-05-31 18:34:42 +01:00
James Briggs
7b44aa2fd8
fixed missing detail in installation
2021-05-31 12:41:03 +01:00
James Briggs
f9828f5993
added missing step
2021-05-31 12:39:40 +01:00
James Briggs
a7109387d7
added python env installation files
2021-05-31 12:36:48 +01:00
James Briggs
9a35d97407
added requirements file
2021-05-31 12:10:22 +01:00
James Briggs
1dd6757fea
added code for ODQA project
2021-05-28 14:28:48 +01:00
James Briggs
ed1ead477a
updated final accuracy to align to actual result
2021-05-28 14:27:22 +01:00
James Briggs
d4a96a8d53
updates to code
2021-05-28 14:26:20 +01:00
James Briggs
5e6358242b
updated preprocessing code to be more efficient
2021-05-28 07:10:34 +01:00
James Briggs
8fc5185871
updates to TF sentiment project notebooks
2021-05-28 06:54:21 +01:00
James Briggs
cc4c3fbdc7
updated progress bar
2021-05-28 06:53:52 +01:00
James Briggs
3984421dc1
new bert animation asset
2021-05-22 17:47:14 +01:00
James Briggs
9d11a18f63
few error/typo fixes
2021-05-22 17:46:19 +01:00
James Briggs
7413a52b88
added BERT pretraining (MLM+NSP) notebook
2021-05-21 08:52:06 +01:00
James Briggs
27f1208426
added new MLM and NSP training logic notebook
2021-05-20 22:30:35 +01:00
James Briggs
aacab0be7f
added NSP training notebook
2021-05-17 22:21:07 +01:00
James Briggs
12b4b0ff97
cleanup
2021-05-17 22:20:48 +01:00
James Briggs
3d887c6305
added MLM visualizations
2021-05-17 19:39:02 +01:00
James Briggs
868ee5846d
added NSP logic notebook
2021-05-17 19:38:37 +01:00
James Briggs
3c56d76db7
added MLM Trainer notebook
2021-05-17 19:37:04 +01:00
James Briggs
a75f7f9fcd
added training process for MLM
2021-05-16 14:56:04 +01:00
James Briggs
fcc98d2be5
added clean version of meditations
2021-05-16 14:09:57 +01:00
James Briggs
fb780cc658
updated selection logic for masking tokens
2021-05-16 12:15:00 +01:00
James Briggs
acbef75d3d
working on training logic for MLM
2021-05-15 21:55:57 +01:00
James Briggs
7096add5ce
added first file on model training, covers NSP and MLM
2021-05-14 20:05:11 +01:00
James Briggs
d8ff94b22d
added NER with transformer notebook
2021-05-14 20:04:40 +01:00
James Briggs
60fab02804
adding NER with transformers + spaCy
2021-05-08 23:51:21 +01:00
James Briggs
e8f53da523
added similarity section intro and visual
2021-05-02 12:55:01 +01:00
James Briggs
241e5e7a5f
Merge branch 'main' of https://github.com/jamescalam/transformers
...
merging new draw.io images
2021-05-02 12:21:40 +01:00