Commit
•
00a0d8e
1
Parent(s):
d2de66b
Improve py formatting (#1)
Browse files- Improve py formatting (0920c2f5983a97b01c7360359f02545599722a35)
Co-authored-by: Distant Quant <distantquant@users.noreply.huggingface.co>
README.md
CHANGED
@@ -28,7 +28,7 @@ configs:
|
|
28 |
Just like my teacher gave me homework, i thought maybe we can also add some of these basics on the trainings of our models.
|
29 |
|
30 |
It was created with this code, if you add more complex operations and so.. please share the code :D thank you
|
31 |
-
```
|
32 |
import random
|
33 |
# Define the number of samples you want to generate
|
34 |
num_samples = 500000
|
|
|
28 |
Just like my teacher gave me homework, i thought maybe we can also add some of these basics on the trainings of our models.
|
29 |
|
30 |
It was created with this code, if you add more complex operations and so.. please share the code :D thank you
|
31 |
+
```py
|
32 |
import random
|
33 |
# Define the number of samples you want to generate
|
34 |
num_samples = 500000
|