Skip to content

Commit

Permalink
Docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Dec 6, 2023
1 parent 2b251f7 commit ef84ca7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/hipool/chunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
k: number of chunks in document
c: chunk length (in tokens)
"""

import torch
Expand Down
1 change: 0 additions & 1 deletion src/hipool/curiam_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
The labels for each document should be [t, num_classes],
where t is the number of tokens in the document.
"""

import json
Expand Down
1 change: 0 additions & 1 deletion src/hipool/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
b: batch_size
k: longest sequence length (in number of chunks)
c: chunk length (in tokens)
"""

import networkx as nx
Expand Down

0 comments on commit ef84ca7

Please sign in to comment.