librarian-bot commited on
Commit
f5c056f
·
verified ·
1 Parent(s): 2ef5f6b

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