librarian-bot commited on
Commit
535fc77
·
verified ·
1 Parent(s): fa66660

Librarian Bot: Update Hugging Face dataset ID

Browse files

This pull request updates the ID of the dataset used to train the model to the new Hub identifier `AI-Lab-Makerere/beans` (which has been migrated moved from `beans`). We have been working to migrate datasets to their own repositories on the Hub, and this is part of that effort.

Updating the dataset ID in the model card will ensure that the model card is correctly linked to the dataset repository on the Hub. This will also make it easier for people to find your model via the training data used to create it.

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).

Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -3,22 +3,20 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - beans
7
  metrics:
8
  - accuracy
9
  widget:
10
- - src: >-
11
- https://huggingface.co/platzi/platzi-vit-base-beans/resolve/main/healthy.jpeg
12
- example_title: Healthy
13
- - src: >-
14
- https://huggingface.co/platzi/platzi-vit-base-beans/resolve/main/bean_rust.jpeg
15
- example_title: Bean Rust
16
  model-index:
17
  - name: vit-model-juan-bula
18
  results:
19
  - task:
20
- name: Image Classification
21
  type: image-classification
 
22
  dataset:
23
  name: beans
24
  type: beans
@@ -26,9 +24,9 @@ model-index:
26
  split: train
27
  args: default
28
  metrics:
29
- - name: Accuracy
30
- type: accuracy
31
  value: 1.0
 
32
  ---
33
 
34
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - AI-Lab-Makerere/beans
7
  metrics:
8
  - accuracy
9
  widget:
10
+ - src: https://huggingface.co/platzi/platzi-vit-base-beans/resolve/main/healthy.jpeg
11
+ example_title: Healthy
12
+ - src: https://huggingface.co/platzi/platzi-vit-base-beans/resolve/main/bean_rust.jpeg
13
+ example_title: Bean Rust
 
 
14
  model-index:
15
  - name: vit-model-juan-bula
16
  results:
17
  - task:
 
18
  type: image-classification
19
+ name: Image Classification
20
  dataset:
21
  name: beans
22
  type: beans
 
24
  split: train
25
  args: default
26
  metrics:
27
+ - type: accuracy
 
28
  value: 1.0
29
+ name: Accuracy
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You