Skip to content

Commit b93ef3e

Browse files
authored
Remove fields [author, title, thumbnail] from _blog.yml (#3151)
* Remove fields `[author, title, thumbnail]` from `_blog.yml` * Remove `author`, `title`, and `thumbnail` fields from YAML validation schema in `validate-yaml.ts` * fix upstream * remove duplicate fields * Revert "remove duplicate fields" This reverts commit 55f0366. * run script * more validation * fixes * fix * Update thumbnail validation to include .webp format in YAML schema
1 parent dff3154 commit b93ef3e

25 files changed

+75
-2637
lines changed

1b-sentence-embeddings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Train a Sentence Embedding Model with 1B Training Pairs"
2+
title: Train a Sentence Embedding Model with 1B Training Pairs
3+
thumbnail: /blog/assets/32_1b_sentence_embeddings/model.png
34
authors:
45
- user: asi
56
guest: true

0 commit comments

Comments
 (0)