Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
proekt
obuch
Commits
a1d411d3
Commit
a1d411d3
authored
1 week ago
by
Мазур Грета Евгеньевна
Browse files
Options
Download
Patches
Plain Diff
micro zapusk no cross
parent
1a49ab7b
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ipynb_checkpoints/checkLora-checkpoint.py
+4
-4
.ipynb_checkpoints/checkLora-checkpoint.py
checkLora.py
+4
-4
checkLora.py
with
8 additions
and
8 deletions
+8
-8
.ipynb_checkpoints/checkLora-checkpoint.py
+
4
−
4
View file @
a1d411d3
...
@@ -312,11 +312,11 @@ tokenizer = BertTokenizer.from_pretrained("./micro_no_cross_fine_tuned2")
...
@@ -312,11 +312,11 @@ tokenizer = BertTokenizer.from_pretrained("./micro_no_cross_fine_tuned2")
# base_model = MultiTaskBert.from_pretrained('bert-base-uncased').to(device)
# print("Загружена базовая")
base_model
=
MultiTaskBert
.
from_pretrained
(
'bert-base-uncased'
).
to
(
device
)
# model = PeftModel.from_pretrained(base_model, "./micro_no_cross_fine_tuned/lora2", strict=False)
print
(
"Загружена базовая"
)
model
=
PeftModel
.
from_pretrained
(
"./micro_no_cross_fine_tuned/lora2"
)
model
=
PeftModel
.
from_pretrained
(
base_model
,
"./micro_no_cross_fine_tuned/lora2"
,
strict
=
False
)
print
(
"Загружена с лора"
)
print
(
"Загружена с лора"
)
...
...
This diff is collapsed.
Click to expand it.
checkLora.py
+
4
−
4
View file @
a1d411d3
...
@@ -312,11 +312,11 @@ tokenizer = BertTokenizer.from_pretrained("./micro_no_cross_fine_tuned2")
...
@@ -312,11 +312,11 @@ tokenizer = BertTokenizer.from_pretrained("./micro_no_cross_fine_tuned2")
# base_model = MultiTaskBert.from_pretrained('bert-base-uncased').to(device)
# print("Загружена базовая")
base_model
=
MultiTaskBert
.
from_pretrained
(
'bert-base-uncased'
).
to
(
device
)
# model = PeftModel.from_pretrained(base_model, "./micro_no_cross_fine_tuned/lora2", strict=False)
print
(
"Загружена базовая"
)
model
=
PeftModel
.
from_pretrained
(
"./micro_no_cross_fine_tuned/lora2"
)
model
=
PeftModel
.
from_pretrained
(
base_model
,
"./micro_no_cross_fine_tuned/lora2"
,
strict
=
False
)
print
(
"Загружена с лора"
)
print
(
"Загружена с лора"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets