Update modeling_arlow_gpt.py
Browse files- modeling_arlow_gpt.py +1 -0
modeling_arlow_gpt.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import torch
|
2 |
import torch.nn as nn
|
3 |
from transformers import PreTrainedModel, CLIPModel, GPT2Model
|
|
|
1 |
+
# modeling_arlow_gpt.py
|
2 |
import torch
|
3 |
import torch.nn as nn
|
4 |
from transformers import PreTrainedModel, CLIPModel, GPT2Model
|