Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
| 1 |
# LM-Combiner
|
| 2 |
All the code and model are released [link](https://github.com/wyxstriker/LM-Combiner). Thank you for your patience!
|
| 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# Requirements
|
| 5 |
|
| 6 |
The part of the model is implemented using the huggingface framework and the required environment is as follows:
|
|
|
|
| 1 |
# LM-Combiner
|
| 2 |
All the code and model are released [link](https://github.com/wyxstriker/LM-Combiner). Thank you for your patience!
|
| 3 |
|
| 4 |
+
# Model Weight
|
| 5 |
+
- cbart_large.zip
|
| 6 |
+
- Weight of Bart baseline model.
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
- lm_combiner.zip
|
| 10 |
+
- Weight of LM-Combiner for Bart baseline on FCGEC dataset.
|
| 11 |
+
|
| 12 |
+
|
| 13 |
# Requirements
|
| 14 |
|
| 15 |
The part of the model is implemented using the huggingface framework and the required environment is as follows:
|