Ibtehaj10's picture
Update README.md
dbff9a2 verified
metadata
tags:
  - legal
  - embeddings
  - text-data
license: mit

Dataset Card for Pak-Law Dataset

Description

This dataset contains legal documents related to Pakistani law. It includes text data, case details, embeddings generated using the mixedbread-ai/mxbai-embed-large-v1 model, and citation numbers.

Dataset Structure

The dataset has the following features:

  • text: The text of the legal documents.
  • case_details: Details about the legal cases.
  • embeddings: Embeddings of the text, generated using the mixedbread-ai/mxbai-embed-large-v1 model.
  • citation_number: Citation numbers for the legal cases.

The dataset contains 1,414 rows.

Usage

You can load the dataset using the datasets library:

from datasets import load_dataset

dataset = load_dataset("your-username/your-dataset-name")