Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- grammarly/coedit
|
4 |
+
metrics:
|
5 |
+
- bleu
|
6 |
+
base_model:
|
7 |
+
- HuggingFaceTB/SmolLM-135M
|
8 |
+
---
|
9 |
+
|
10 |
+
Task: he task is to Fine-tune the SmolLM-135M model using the CoEdIT dataset which includes input sentences with grammatical errors and their corrected versions.
|
11 |
+
|
12 |
+
This model is a finetuned version with bleu score of 0.47
|