hassonlab / 247-encoding

Contains python scripts for performing encoding on 247 data.
0 stars 9 forks source link

read_datum updates #33

Closed zkokaja closed 1 year ago

zkokaja commented 2 years ago
zkokaja commented 2 years ago

@hvgazula for second item

hvgazula commented 2 years ago

second item addressed in 3bd2c384

zkokaja commented 2 years ago

This issue is blocked until pickling includes the rank in pickles: issue

hvgazula commented 2 years ago

https://github.com/hassonlab/247-pickling/issues/56 Resolved and pushed to main.

zkokaja commented 2 years ago

@VeritasJoker now you can perform this change in encoding. @miahong please link your code where you do top-5 prediction

miahong commented 2 years ago

@zkokaja @hvgazula
https://github.com/miahong/247-pickling/blob/forharsha/scripts/tfsemb_main.py#:~:text=%23%20Added%20for%20top5,)%2C%205)%5D

miahong commented 2 years ago

@zkokaja @hvgazula https://github.com/miahong/247-pickling/blob/forharsha/scripts/tfsemb_main.py#:~:text=top5_predicted_words%20%3D%20%5B%5D,(top5_predicted)

miahong commented 2 years ago

@zkokaja @hvgazula https://github.com/miahong/247-pickling/blob/forharsha/scripts/tfsemb_main.py#:~:text=%23%20top%2D1%20probabilities,true_y_probability%2C%20entropy

miahong commented 2 years ago

@zkokaja @hvgazula https://github.com/miahong/247-pickling/blob/forharsha/scripts/tfsemb_main.py#:~:text=y_true%20%3D%20np,%5D%20%3D%20final_top5_prob

miahong commented 2 years ago

@zkokaja @hvgazula https://github.com/miahong/247-pickling/blob/forharsha/scripts/tfsemb_main.py#:~:text=tokenizer.eos_token-,final_embeddings%20%3D%20%5B%5D,df%5B%22entropy%22%5D%20%3D%20entropy,-return%20df%2C

zkokaja commented 1 year ago

second part of this request is done now as well