Skip to content

Commit 2bfc0cf

Browse files
committed
Add examples
1 parent 2e88ad6 commit 2bfc0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ input_vectorized = [vectorizer.to_sequences(doc) for doc in snippets]
110110
labels_vectorized = vectorizer.map_labels(labels)
111111
```
112112

113-
Note that the snippets are of different lengths. This is not a problem, but you may want to cap your inpit documents, especially if most of the relevant information appears early on in a document (this is a hyperparameter).
113+
Note that the snippets are of different lengths. This is not a problem, but you may want to cap your input documents, especially if most of the relevant information appears early on in a document (this is a hyperparameter).
114114

115115
We next set up the HAN, the optimizer and the loss function:
116116

0 commit comments

Comments
 (0)