Ujjwal-Tyagi/ai-ml-foundations-book-collection

Dataset com menos de mil exemplos — 3.3 mil downloads no Hugging Face. Introduction I put this collection together after spending a lot of time reading what I think are some of the best books on AI, machine learning, deep…

Hugging Face · Datasets ·Ujjwal-Tyagi · ·↓ 3270 ·♥ 64

O dataset Ujjwal-Tyagi/ai-ml-foundations-book-collection está entre os destaques do Hugging Face — dados que alimentam o treinamento e a avaliação dos modelos do momento.

Ficha do dataset

  • Tamanho: menos de mil exemplos
  • Tarefas: geração de texto, classificação de texto, perguntas e respostas, sumarização, similaridade de sentenças, embeddings, zero shot classification, recuperação de texto, extração de entidades, multiple choice, fill mask
  • Idiomas: inglês
  • Licença: Apache 2.0
  • Downloads: 3.3 mil · Curtidas: 64

Sobre o dataset

Introduction I put this collection together after spending a lot of time reading what I think are some of the best books on AI, machine learning, deep learning, probabilistic modeling, optimization, reinforcement learning, transformers, LLMs, validation, and fairness.

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("Ujjwal-Tyagi/ai-ml-foundations-book-collection")
print(ds)
print(ds["train"][0])

Tags

text-generation text-classification question-answering summarization sentence-similarity feature-extraction zero-shot-classification text-retrieval

Explorar o dataset no Hugging Face →

compartilhar: