Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T Transformers for SAG
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sintal
  • Transformers for SAG
  • Merge requests
  • !1
An error occurred while fetching the assigned milestone of the selected merge_request.

Update exexute_transformers_for_sag.sh

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sintal requested to merge 61sima1bif-master-patch-17812 into master 4 years ago
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1
  • Sintal @61sima1bif mentioned in commit 657f0475 4 years ago

    mentioned in commit 657f0475

  • Sintal @61sima1bif merged 4 years ago

    merged

  • Loading
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • master (base)

and
  • latest version
    e09c4abd
    1 commit, 4 years ago

1 file
+ 15
- 0

    Preferences

    File browser
    Compare changes
exexute_transformers_for_sag.sh 0 → 100644
+ 15
- 0
  • View file @ e09c4abd

  • Edit in single-file editor

  • Open in Web IDE

#!/bin/bash
mkdir -p transformers_for_SAG
cd ~/transformers_for_SAG
eval $(ssh-agent -s)
ssh-add ~/.ssh/gitlab_profile
git init
git pull git@transfer.hft-stuttgart.de:61sima1bif/transformers-for-sag.git
echo "loading virtual environment"
eval "$(conda shell.bash hook)"
conda env create -f environment.yml
echo "activating new environment"
conda activate env_transformers_for_SAG
echo "running python code"
python run_SAG.py --do_eval --data_dir data/glue_data/SST-2 --model_type bert --model_name_or_path 'bert-base-uncased' --task_name sst-2 --output_dir output
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: 61sima1bif-master-patch-17812

Menu

Explore Projects Groups Snippets

Dies ist die Gitlab-Instanz des Transferportals der Hochschule für Technik Stuttgart. Hier geht es zurück zum Portal