bytchew commited on
Commit
8fe24bd
·
verified ·
1 Parent(s): 65ddbf7

Testing code layout

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,8 +15,8 @@ where the data came from and in which folder it must go.
15
  ## Neccessary Package
16
  - Since the model all runs on Hugging Face, you don't need to install any packages.
17
  - However, if you do want to run the model locally, you will need to install these following packages:
18
- ``import torch
19
- import torch.nn as nn
20
  import torch.optim as optim
21
  import torch.nn.functional as F
22
  import numpy as np
 
15
  ## Neccessary Package
16
  - Since the model all runs on Hugging Face, you don't need to install any packages.
17
  - However, if you do want to run the model locally, you will need to install these following packages:
18
+ ``import torch``
19
+ ``import torch.nn as nn
20
  import torch.optim as optim
21
  import torch.nn.functional as F
22
  import numpy as np