Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
6
18
id,word
1,apple
2,banana
3,orange
4,mango
5,grape
6,peach
7,kiwi
8,melon
9,plum
10,cherry
the text is semple
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

πŸš€ Project Name

A short description of your model / dataset / space.


πŸ“˜ Overview

This project is hosted on Hugging Face πŸ€—
It contains a [Model | Dataset | Space] designed for:

  • ✨ Text generation / Classification / Translation / etc.
  • βš™οΈ Trained using [Library Name] (e.g. Transformers, PyTorch, TensorFlow)
  • 🧠 Fine-tuned on [Dataset Name]

πŸ“Š Example Usage

from transformers import pipeline

model = pipeline("text-generation", model="username/project-name")
result = model("Hello world, this is a test.")
print(result)
Downloads last month
9