Skip to content

Commit

Permalink
🔀 Merge branch 'main' into feat/sophia
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNiklas committed Aug 20, 2023
2 parents 62bf578 + e437433 commit 03b92fe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sklearn.metrics import classification_report, f1_score, recall_score, accuracy_score
from torch.utils.tensorboard import SummaryWriter

from layers.AttentionLayer import AttentionLayer
from AttentionLayer import AttentionLayer
# change it with respect to the original model
from tokenizer import BertTokenizer
from bert import BertModel
Expand Down
Empty file removed layers/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion multitask_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from torch.utils.tensorboard import SummaryWriter

from bert import BertModel
from layers.AttentionLayer import AttentionLayer
from AttentionLayer import AttentionLayer
from optimizer import AdamW, SophiaH
from tqdm import tqdm

Expand Down

0 comments on commit 03b92fe

Please sign in to comment.