avsolatorio commited on
Commit
85acc5e
1 Parent(s): 926fde7

Fix model id

Browse files

Signed-off-by: Aivin V. Solatorio <avsolatorio@gmail.com>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4607,7 +4607,7 @@ from sentence_transformers import SentenceTransformer
4607
 
4608
  revision = None # Replace with the specific revision to ensure reproducibility in case the model is updated.
4609
 
4610
- model = SentenceTransformer("avsolatorio/GIST-embedding-v0", revision=revision)
4611
 
4612
  texts = [
4613
  "Illustration of the REaLTabFormer model. The left block shows the non-relational tabular data model using GPT-2 with a causal LM head. In contrast, the right block shows how a relational dataset's child table is modeled using a sequence-to-sequence (Seq2Seq) model. The Seq2Seq model uses the observations in the parent table to condition the generation of the observations in the child table. The trained GPT-2 model on the parent table, with weights frozen, is also used as the encoder in the Seq2Seq model.",
 
4607
 
4608
  revision = None # Replace with the specific revision to ensure reproducibility in case the model is updated.
4609
 
4610
+ model = SentenceTransformer("avsolatorio/GIST-Embedding-v0", revision=revision)
4611
 
4612
  texts = [
4613
  "Illustration of the REaLTabFormer model. The left block shows the non-relational tabular data model using GPT-2 with a causal LM head. In contrast, the right block shows how a relational dataset's child table is modeled using a sequence-to-sequence (Seq2Seq) model. The Seq2Seq model uses the observations in the parent table to condition the generation of the observations in the child table. The trained GPT-2 model on the parent table, with weights frozen, is also used as the encoder in the Seq2Seq model.",