Upload training_code.py with huggingface_hub
Browse files- training_code.py +3 -0
training_code.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Your evaluation code here
|
| 3 |
+
print("LM + BLEU evaluation script")
|