Skip to content

Commit 2c62c83

Browse files
update readme
1 parent 145ed2a commit 2c62c83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,18 @@ Dataset | Classes | `traintensor` | `trainlabels` | `testtensor` | `testlabels`
7777

7878

7979
### Misc. Datasets
80+
8081
Dataset | Classes | `traintensor` | `trainlabels` | `testtensor` | `testlabels`
8182
:------:|:-------:|:-------------:|:-------------:|:------------:|:------------:
8283
**Iris** | 3 | 4x150 | 150 | - | -
8384

8485
### Language Modeling
8586

87+
| | Train x | Train y | Test x | Test y |
88+
|:--:|:-------:|:-------:|:------:|:------:|
89+
| **PTBLM** | 42068 | 42068 | 3761 | 3761 |
90+
| **UD_English** | 12543 | - | 2077 | - |
91+
8692
#### PTBLM
8793

8894
The `PTBLM` dataset consists of Penn Treebank sentences for
@@ -119,12 +125,6 @@ devdata = UD_English.devdata()
119125
testdata = UD_English.devdata()
120126
```
121127

122-
## Data Size
123-
| | Train x | Train y | Test x | Test y |
124-
|:--:|:-------:|:-------:|:------:|:------:|
125-
| **PTBLM** | 42068 | 42068 | 3761 | 3761 |
126-
| **UD_English** | 12543 | - | 2077 | - |
127-
128128
## Documentation
129129

130130
Check out the **[latest

0 commit comments

Comments
 (0)