Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Codebase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TDDE19-2022-1
Codebase
Commits
486bff9d
Commit
486bff9d
authored
2 years ago
by
Ludwig Forsberg
Browse files
Options
Downloads
Patches
Plain Diff
setup remote fetch to model
parent
320dc33c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bart/generate_single_query.py
+1
-1
1 addition, 1 deletion
bart/generate_single_query.py
with
1 addition
and
1 deletion
bart/generate_single_query.py
+
1
−
1
View file @
486bff9d
...
@@ -6,7 +6,7 @@ from transformers.models.bart.modeling_bart import shift_tokens_right
...
@@ -6,7 +6,7 @@ from transformers.models.bart.modeling_bart import shift_tokens_right
# Save the model and tokenizer as local variables to use them in the predict_query function
# Save the model and tokenizer as local variables to use them in the predict_query function
def
setup
():
def
setup
():
# Import model from ./trained-models/blackbox
# Import model from ./trained-models/blackbox
model
=
BartForConditionalGeneration
.
from_pretrained
(
"
./trained-models/blackbox
"
)
model
=
BartForConditionalGeneration
.
from_pretrained
(
"
ludfo774/sparql-bart-append-1
"
)
tokenizer
=
BartTokenizer
.
from_pretrained
(
"
facebook/bart-base
"
)
tokenizer
=
BartTokenizer
.
from_pretrained
(
"
facebook/bart-base
"
)
model
.
to
(
'
cuda
'
)
model
.
to
(
'
cuda
'
)
return
model
,
tokenizer
return
model
,
tokenizer
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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