You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: labml_nn/transformers/compressive/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,4 @@ Here are [the training code](https://nn.labml.ai/transformers/compressive/experi
40
40
model on the Tiny Shakespeare dataset.
41
41
42
42
[](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/compressive/experiment.ipynb)
[](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/feedback/experiment.ipynb)
Copy file name to clipboardExpand all lines: labml_nn/transformers/feedback/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
Here's [the training code](experiment.html) and a notebook for training a feedback transformer on Tiny Shakespeare dataset.
38
38
39
39
[](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/feedback/experiment.ipynb)
Copy file name to clipboardExpand all lines: labml_nn/transformers/feedback/experiment.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
Here's a Colab notebook for training a feedback transformer on Tiny Shakespeare dataset.
14
14
15
15
[](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/feedback/experiment.ipynb)
Copy file name to clipboardExpand all lines: labml_nn/transformers/glu_variants/simple.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
We decided to write a simpler implementation to make it easier for readers who are not familiar.*
16
16
17
17
[](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/glu_variants/simple.ipynb)
Copy file name to clipboardExpand all lines: labml_nn/transformers/gpt/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
Here's a notebook for training a GPT model on Tiny Shakespeare dataset.
30
30
31
31
[](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/gpt/experiment.ipynb)
Copy file name to clipboardExpand all lines: labml_nn/transformers/switch/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
Here's [the training code](experiment.html) and a notebook for training a switch transformer on Tiny Shakespeare dataset.
35
35
36
36
[](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/switch/experiment.ipynb)
Copy file name to clipboardExpand all lines: labml_nn/transformers/switch/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,4 @@ discusses dropping tokens when routing is not balanced.
27
27
Here's [the training code](experiment.html) and a notebook for training a switch transformer on Tiny Shakespeare dataset.
28
28
29
29
[](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/switch/experiment.ipynb)
Copy file name to clipboardExpand all lines: labml_nn/transformers/xl/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
Here's [the training code](experiment.html) and a notebook for training a transformer XL model on Tiny Shakespeare dataset.
30
30
31
31
[](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/xl/experiment.ipynb)
0 commit comments