File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,18 @@ Dataset | Classes | `traintensor` | `trainlabels` | `testtensor` | `testlabels`
77
77
78
78
79
79
### Misc. Datasets
80
+
80
81
Dataset | Classes | ` traintensor ` | ` trainlabels ` | ` testtensor ` | ` testlabels `
81
82
:------:|:-------:|:-------------:|:-------------:|:------------:|:------------:
82
83
** Iris** | 3 | 4x150 | 150 | - | -
83
84
84
85
### Language Modeling
85
86
87
+ | | Train x | Train y | Test x | Test y |
88
+ | :--:| :-------:| :-------:| :------:| :------:|
89
+ | ** PTBLM** | 42068 | 42068 | 3761 | 3761 |
90
+ | ** UD_English** | 12543 | - | 2077 | - |
91
+
86
92
#### PTBLM
87
93
88
94
The ` PTBLM ` dataset consists of Penn Treebank sentences for
@@ -119,12 +125,6 @@ devdata = UD_English.devdata()
119
125
testdata = UD_English. devdata ()
120
126
```
121
127
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
-
128
128
## Documentation
129
129
130
130
Check out the ** [ latest
You can’t perform that action at this time.
0 commit comments