Skip to content

Commit

Permalink
Merge pull request dslaborg#2 from dslaborg/data-loading
Browse files Browse the repository at this point in the history
Data loading and transformation
  • Loading branch information
nesasio93 authored Oct 10, 2023
2 parents 14c83c2 + a22a5b1 commit 25a03aa
Show file tree
Hide file tree
Showing 32 changed files with 203,364 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/cache-*.arrow
**/.chroma/**
__pycache__
output

.idea
transformed_datasets/prompts_training
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "SpkAtt-2023"]
path = SpkAtt-2023
url = https://github.com/umanlp/SpkAtt-2023
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# GermEval 2023

In this repository, we will shortly share the code of our (Team CPAa) participation in Task 1 (Subtask 1 + 2) of the GermEval 2023 Shared Task.
In this repository, we will shortly share the code of our (Team CPAa) participation in Task 1 (Subtask 1 + 2) of the
GermEval 2023 Shared Task.

## Setup

install pytorch from here: https://pytorch.org/get-started/locally/

install remaining requirements with: `pip install -U -r requirements.txt`
1 change: 1 addition & 0 deletions SpkAtt-2023
Submodule SpkAtt-2023 added at 19be81
199,765 changes: 199,765 additions & 0 deletions lmsys.json

Large diffs are not rendered by default.

Loading

0 comments on commit 25a03aa

Please sign in to comment.