Commit ·
d3a0093
1
Parent(s): 1c28825
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ However BOW is a lossy compression that eliminates a very important feature of t
|
|
| 14 |
This model is trained to learn the most probable order of an unordered token sequence,
|
| 15 |
using a subset of the c4 dataset, and can thus be seen as a "bag-of-words decoder".
|
| 16 |
|
| 17 |
-
Currently, it
|
| 18 |
|
| 19 |
How to run:
|
| 20 |
```python
|
|
|
|
| 14 |
This model is trained to learn the most probable order of an unordered token sequence,
|
| 15 |
using a subset of the c4 dataset, and can thus be seen as a "bag-of-words decoder".
|
| 16 |
|
| 17 |
+
Currently, it does not perform well. I'm planning to re-train on a larger subset of c4 later (after may).
|
| 18 |
|
| 19 |
How to run:
|
| 20 |
```python
|