librarian-bot commited on
Commit
6dbe734
·
verified ·
1 Parent(s): 4d8f4e4

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
@@ -4,22 +4,20 @@ tags:
4
  - image-classification
5
  - generated_from_trainer
6
  datasets:
7
- - beans
8
  metrics:
9
  - accuracy
10
  widget:
11
- - src: >-
12
- https://huggingface.co/julenalvaro/platzi_vit_model_julenalvaro/resolve/main/healthy.jpeg
13
- example_title: Healthy
14
- - src: >-
15
- https://huggingface.co/julenalvaro/platzi_vit_model_julenalvaro/resolve/main/bean_rust.jpeg
16
- example_title: Bean Rust
17
  model-index:
18
  - name: platzi_vit_model_julenalvaro
19
  results:
20
  - task:
21
- name: Image Classification
22
  type: image-classification
 
23
  dataset:
24
  name: beans
25
  type: beans
@@ -27,9 +25,9 @@ model-index:
27
  split: train
28
  args: default
29
  metrics:
30
- - name: Accuracy
31
- type: accuracy
32
  value: 0.9924812030075187
 
33
  ---
34
 
35
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
4
  - image-classification
5
  - generated_from_trainer
6
  datasets:
7
+ - AI-Lab-Makerere/beans
8
  metrics:
9
  - accuracy
10
  widget:
11
+ - src: https://huggingface.co/julenalvaro/platzi_vit_model_julenalvaro/resolve/main/healthy.jpeg
12
+ example_title: Healthy
13
+ - src: https://huggingface.co/julenalvaro/platzi_vit_model_julenalvaro/resolve/main/bean_rust.jpeg
14
+ example_title: Bean Rust
 
 
15
  model-index:
16
  - name: platzi_vit_model_julenalvaro
17
  results:
18
  - task:
 
19
  type: image-classification
20
+ name: Image Classification
21
  dataset:
22
  name: beans
23
  type: beans
 
25
  split: train
26
  args: default
27
  metrics:
28
+ - type: accuracy
 
29
  value: 0.9924812030075187
30
+ name: Accuracy
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You