Skip to content

Ouissal/tutorials babi6 #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e022b89
first version of the tutorial
ouissal-moumou Feb 11, 2025
2356f8c
minor changes: errors eliminated
ouissal-moumou Feb 13, 2025
73d0317
Rename NBs
dimkart Feb 24, 2025
fb08232
Add index and hooks
dimkart Feb 24, 2025
3aa48ac
Move and rename data files
dimkart Feb 25, 2025
39f4d55
Change dataset filename in NB
dimkart Feb 25, 2025
350514a
resolving some of Tiffany's comments
ouissal-moumou May 22, 2025
5717bc9
some conflicts. used git merge rebase false
ouissal-moumou May 22, 2025
45c4ee1
pushing some of the changes so far: may 27th 2025
ouissal-moumou May 27, 2025
ccf98a9
Merge remote-tracking branch 'upstream/main' into discocirc-babi6
dimkart May 28, 2025
e6b9033
more changes + seeding for pytorch to improve accuracy
ouissal-moumou May 29, 2025
3f1a24f
removing redundant files
ouissal-moumou May 29, 2025
c6ffbd4
changes to glossary added
ouissal-moumou May 29, 2025
11e47dd
cleaning up the notebooks from unecessary outputs
ouissal-moumou May 29, 2025
79431e1
fixing the comments raised todfay except the point on reproducibility…
ouissal-moumou May 30, 2025
0b28505
All Anna's points in the PR comment have been addressed + more attemp…
ouissal-moumou Jun 2, 2025
955c26a
minor chanes to the presentation
ouissal-moumou Jun 3, 2025
9afdc9b
all Anna's recent comments have been fixed except the one on the stor…
ouissal-moumou Jun 3, 2025
a83ec62
one more pass on the tutorial
ouissal-moumou Jun 3, 2025
7be5030
another pass
ouissal-moumou Jun 3, 2025
8dd3359
removing errors with training due to outdated naming conventions
ouissal-moumou Jun 3, 2025
7764cdf
another pass was done on the tutorial to make sure the latest comment…
ouissal-moumou Jun 4, 2025
fc74c82
more updates on the prep notebook + training notebook is still under …
ouissal-moumou Jun 4, 2025
5f4b70a
Fixing Anna's comment
ouissal-moumou Jun 5, 2025
5414013
Ignore pickle files
neiljdo Jun 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ venv/
ENV/
env.bak/
venv.bak/
tutorials_env/

# Spyder project settings
.spyderproject
Expand Down Expand Up @@ -243,3 +244,5 @@ docs/puml/img
# ignore runs and related artifacts
**/runs/
**/*.lt
**/*.pkl
**/*.pickle
12 changes: 12 additions & 0 deletions docs/discocirc-babi.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _sec-discocirc_babi:

Training: DisCoCirc for babi6
=============================

The following is a two parts tutorial on using the DisCoCirc model for bAbI6 tasks. The first part tackles the creation of the quantum circuits representing the texts and the task, and the second part handles the training.

.. toctree::
:maxdepth: 1

../tutorials/discocirc_babi6_prep.ipynb
../tutorials/discocirc_babi6_training.ipynb
Loading
Loading