From add7ced55eeaf845f5b1a8546f42cc26c184bb3c Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:29:33 +0300 Subject: [PATCH 1/2] Update datasets-spark.md --- docs/hub/datasets-spark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/datasets-spark.md b/docs/hub/datasets-spark.md index 0122c3bcf..3ef42ee31 100644 --- a/docs/hub/datasets-spark.md +++ b/docs/hub/datasets-spark.md @@ -165,7 +165,7 @@ To filter the dataset and only keep dialogues in Chinese: ``` It is also possible to apply filters or remove columns on the loaded DataFrame, but it is more efficient to do it while loading, especially on Parquet datasets. -Indeed, Parquet contains metadata at the file and row group level, which allows to skip entire parts of the dataset that don't contain samples that satisfy the criteria. Columns in Parquet can also be loaded indepentently, whch allows to skip the excluded columns and avoid loading unnecessary data. +Indeed, Parquet contains metadata at the file and row group level, which allows to skip entire parts of the dataset that don't contain samples that satisfy the criteria. Columns in Parquet can also be loaded independently, whch allows to skip the excluded columns and avoid loading unnecessary data. ### Options From e010282023547a1419b3d285c6dffc814f641e93 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:29:59 +0300 Subject: [PATCH 2/2] Update gguf-llamacpp.md --- docs/hub/gguf-llamacpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/gguf-llamacpp.md b/docs/hub/gguf-llamacpp.md index 4555a2e27..1b2a1195f 100644 --- a/docs/hub/gguf-llamacpp.md +++ b/docs/hub/gguf-llamacpp.md @@ -61,7 +61,7 @@ curl http://localhost:8080/v1/chat/completions \ "messages": [ { "role": "system", - "content": "You are an AI assistant. Your top priority is achieving user fulfilment via helping them with their requests." + "content": "You are an AI assistant. Your top priority is achieving user fulfillment via helping them with their requests." }, { "role": "user",