Skip to content

Commit

Permalink
ephen with text embeddings not possible on yelp
Browse files Browse the repository at this point in the history
  • Loading branch information
paulorvdc committed Apr 29, 2024
1 parent 83f68dc commit e1752f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config_files/run_yelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ experiment:
epochs: 25
seed: 42
triples: ratings # only (ratings) or (all) triples for training
- name: ePHEN
config:
save_weights: True
parameters:
embedding_model: "sentence-transformers/distiluse-base-multilingual-cased-v2"
embed_with: abstract
iterations: 30
mi: 0.5
# - name: ePHEN
# config:
# save_weights: True
# parameters:
# embedding_model: "sentence-transformers/distiluse-base-multilingual-cased-v2"
# embed_with: abstract
# iterations: 30
# mi: 0.5
- name: ePHEN
config:
save_weights: True
Expand Down

0 comments on commit e1752f8

Please sign in to comment.