Commit
·
7e9570d
1
Parent(s):
5be645d
removing hub_token
Browse files- run_finetuning.sh +0 -1
- test_results.json +5 -5
run_finetuning.sh
CHANGED
|
@@ -20,7 +20,6 @@ python3 run_summarization_flax.py \
|
|
| 20 |
--text_column src \
|
| 21 |
--summary_column tgt \
|
| 22 |
--hub_model_id alvinwatner/bart-qg-alpha-interro \
|
| 23 |
-
--hub_token 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 \
|
| 24 |
--push_to_hub
|
| 25 |
|
| 26 |
|
|
|
|
| 20 |
--text_column src \
|
| 21 |
--summary_column tgt \
|
| 22 |
--hub_model_id alvinwatner/bart-qg-alpha-interro \
|
|
|
|
| 23 |
--push_to_hub
|
| 24 |
|
| 25 |
|
test_results.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"test_gen_len":
|
| 3 |
-
"test_rouge1": 66.
|
| 4 |
-
"test_rouge2": 42.
|
| 5 |
-
"test_rougeL": 60.
|
| 6 |
-
"test_rougeLsum": 60.
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"test_gen_len": 13.1657,
|
| 3 |
+
"test_rouge1": 66.1893,
|
| 4 |
+
"test_rouge2": 42.3273,
|
| 5 |
+
"test_rougeL": 60.659,
|
| 6 |
+
"test_rougeLsum": 60.6701
|
| 7 |
}
|