File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,13 @@ The main idea was to retain _just enough code_ to allow training a simple diffus
28
28
## Table of Contents
29
29
30
30
- [ Minimal text diffusion] ( #minimal-text-diffusion )
31
+ * [ Table of Contents] ( #table-of-contents )
31
32
* [ Getting started] ( #getting-started )
32
33
+ [ Setup] ( #setup )
33
34
+ [ Preparing dataset] ( #preparing-dataset )
34
35
+ [ Training] ( #training )
35
36
+ [ Inference] ( #inference )
36
- * [ Training from scratch on greetings dataset] ( #training-from-scratch-on-greetings-dataset )
37
+ * [ Training from scratch on the greetings dataset] ( #training-from-scratch-on-the -greetings-dataset )
37
38
* [ Experiments with using pre-trained models and embeddings] ( #experiments-with-using-pre-trained-models-and-embeddings )
38
39
* [ Controllable Generation] ( #controllable-generation )
39
40
* [ Gory details] ( #gory-details )
@@ -45,7 +46,6 @@ The main idea was to retain _just enough code_ to allow training a simple diffus
45
46
* [ Acknowledgements] ( #acknowledgements )
46
47
* [ License] ( #license )
47
48
48
-
49
49
---
50
50
51
51
## Getting started
You can’t perform that action at this time.
0 commit comments