Skip to content

Commit

Permalink
finish experiments with two contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
espoirMur committed Jul 29, 2022
1 parent 6c7f9cc commit 67e2e3f
Show file tree
Hide file tree
Showing 24 changed files with 57 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions lightning_logs/version_154/hparams.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
compute_generate_metrics: true
downstream_model_type: !!python/name:src.models.fusion_in_decoder.FusionInDecoderModel ''
load_weights: true
num_beams: 4
pipeline_kwargs: null
pretrained_model_name_or_path: plguillou/t5-base-fr-sum-cnndm
tokenizer: null
val_target_max_length: 15
15 changes: 15 additions & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
artifact_uri: file:///home/CAMPUS/mb21687/Projects/unsupervised-open-domain-french-question-answering/mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/artifacts
end_time: 1659053850982
entry_point_name: ''
experiment_id: '3'
lifecycle_stage: active
name: ''
run_id: 0f8323b94abf49d98c2af77c9eaa91d7
run_uuid: 0f8323b94abf49d98c2af77c9eaa91d7
source_name: ''
source_type: 4
source_version: ''
start_time: 1659014532722
status: 3
tags: []
user_id: es.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1659022298214 56.77540588378906 0
1659030040837 55.74027633666992 1
1659037806004 56.430362701416016 2
1659045574472 56.493099212646484 3
1659053337215 57.120452880859375 4
1659053847447 57.120452880859375 0
6 changes: 6 additions & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/metrics/f1_score
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1659022298214 74.79740905761719 0
1659030040837 74.64852142333984 1
1659037806004 74.91397857666016 2
1659045574472 74.93055725097656 3
1659053337215 75.00089263916016 4
1659053847447 75.00089263916016 0
5 changes: 5 additions & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/metrics/train_loss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1659022298214 0.021092979237437248 0
1659030040837 0.017235560342669487 1
1659037806004 0.009403647854924202 2
1659045574472 0.038371067494153976 3
1659053337215 0.002232889411970973 4
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/params/betas
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(0.9, 0.999)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
True
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/params/epochs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/params/eps
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1e-06
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/params/lr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0001
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/params/min_delta
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-0.0
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/params/mode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
min
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/params/monitor
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
train_loss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AdamW
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/params/patience
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/tags/Mode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
testing
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9dc1b3a6eb47f1ee6b651c055b51558de485df71
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
trainer_qa.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
LOCAL
1 change: 1 addition & 0 deletions mlruns/3/0f8323b94abf49d98c2af77c9eaa91d7/tags/mlflow.user
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
es.py

0 comments on commit 67e2e3f

Please sign in to comment.