File size: 1,175 Bytes
7702e37
 
 
 
 
 
 
 
 
 
 
 
 
 
da9268e
7702e37
 
da9268e
7702e37
 
da9268e
7702e37
 
 
 
 
 
 
da9268e
 
 
 
 
 
7702e37
da9268e
 
 
 
 
 
 
 
591576e
 
 
 
a2596c7
591576e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': benign
          '1': malignant
          '2': normal
  splits:
  - name: train
    num_bytes: 211946420
    num_examples: 624
  - name: test
    num_bytes: 53658067
    num_examples: 156
  download_size: 265190925
  dataset_size: 265604487
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
task_categories:
- image-classification
language:
- en
size_categories:
- n<1K
---
# Breast Cancer Ultrasound Images

This dataset has been created by hand for scientific and learning purposes. 
It is used in "Fine-tuning a Vision Transformer Model With a Custom Biomedical Dataset" in Hugging Face Cookbook.

## Dataset Details

The dataset contains total of 780 images from the following 3 classes: benign, malignant and normal.
You can use this dataset for your computer vision tasks.

## Used model

You can use this fine-tuned Vision Transformer Model with this dataset:
[emre570/google-vit-large-finetuned](https://huggingface.co/emre570/google-vit-large-finetuned)