Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
French
Size:
10K - 100K
License:
louisbrulenaudet
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -43,12 +43,12 @@ size_categories:
|
|
43 |
---
|
44 |
|
45 |
## Dataset Description
|
46 |
-
- **Repository:** https://huggingface.co/datasets/louisbrulenaudet/lemone-docs-
|
47 |
- **Point of Contact:** [Louis Brulé Naudet](mailto:[email protected])
|
48 |
|
49 |
<img src="assets/thumbnail.webp">
|
50 |
|
51 |
-
# Lemone-
|
52 |
|
53 |
<div class="not-prose bg-gradient-to-r from-gray-50-to-white text-gray-900 border" style="border-radius: 8px; padding: 0.5rem 1rem;">
|
54 |
<p>This database presents the embeddings generated by the Lemone-embed-pro model and aims at a large-scale distribution of the model even for the GPU-poor.</p>
|
@@ -88,7 +88,7 @@ collection = client.get_or_create_collection(
|
|
88 |
embedding_function=sentence_transformer_ef
|
89 |
)
|
90 |
|
91 |
-
dataframe = pl.scan_parquet('hf://datasets/louisbrulenaudet/lemone-docs-
|
92 |
pl.col(
|
93 |
"text"
|
94 |
).is_not_null()
|
|
|
43 |
---
|
44 |
|
45 |
## Dataset Description
|
46 |
+
- **Repository:** https://huggingface.co/datasets/louisbrulenaudet/lemone-docs-embedded
|
47 |
- **Point of Contact:** [Louis Brulé Naudet](mailto:[email protected])
|
48 |
|
49 |
<img src="assets/thumbnail.webp">
|
50 |
|
51 |
+
# Lemone-embedded, pre-built embeddings dataset for French taxation.
|
52 |
|
53 |
<div class="not-prose bg-gradient-to-r from-gray-50-to-white text-gray-900 border" style="border-radius: 8px; padding: 0.5rem 1rem;">
|
54 |
<p>This database presents the embeddings generated by the Lemone-embed-pro model and aims at a large-scale distribution of the model even for the GPU-poor.</p>
|
|
|
88 |
embedding_function=sentence_transformer_ef
|
89 |
)
|
90 |
|
91 |
+
dataframe = pl.scan_parquet('hf://datasets/louisbrulenaudet/lemone-docs-embedded/data/train-00000-of-00001.parquet').filter(
|
92 |
pl.col(
|
93 |
"text"
|
94 |
).is_not_null()
|