Animals Dataset

This dataset contains information about various animals.

File

  • animals.jsonl

Columns / Fields

  • id โ€“ unique identifier
  • name โ€“ common name of the animal
  • species โ€“ scientific name
  • habitat โ€“ natural habitat
  • diet โ€“ dietary type

Usage

Load in Python:

import json

animals = []
with open("animals.jsonl", "r") as f:
    for line in f:
        animals.append(json.loads(line))

print(animals[:5])
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support