Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Team-Semantics
semrel-extraction
Commits
47cf501a
Commit
47cf501a
authored
Mar 26, 2020
by
Łukasz Kopociński
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change code formatting
parent
7155c339
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
README.md
README.md
+4
-6
No files found.
README.md
View file @
47cf501a
...
...
@@ -38,7 +38,7 @@ Repository also contains code for additional functionalities:
__docker__
- docker configuration and execution environment for semrel package.
\
__mlflow__
- configuration and execution environment for mlflow server used for tracking experiments.
\
__spert__
- scripts used to prepare dataset in format required to train
[
SpERT
](
https://github.com/markus-eberts/spert
)
model.
\
__worker__
- scripts and execution environment to use trained model as a worker.
\
__worker__
- scripts and execution environment to use trained model as a worker.
## FAQ
...
...
@@ -67,8 +67,6 @@ otherwise mlflow try to ping original Amazon S3 storage.
add also config file filled with correct credentials:
```
$ echo "[default]" > ~/.aws/credentials
$ echo "aws_access_key_id = access_key" >> ~/.aws/credentials
$ echo "aws_secret_access_key = secret_key" >> ~/.aws/credentials
```
`$ echo "[default]" > ~/.aws/credentials`
`$ echo "aws_access_key_id = access_key" >> ~/.aws/credentials`
`$ echo "aws_secret_access_key = secret_key" >> ~/.aws/credentials`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment