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