librarian-bot commited on
Commit
059fc82
1 Parent(s): 9fe6743

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 +5 -5
README.md CHANGED
@@ -1,20 +1,20 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
  - image-classification
6
  - vision
7
  - generated_from_trainer
8
  datasets:
9
- - beans
10
  metrics:
11
  - accuracy
 
12
  model-index:
13
  - name: vit-base-beans
14
  results:
15
  - task:
16
- name: Image Classification
17
  type: image-classification
 
18
  dataset:
19
  name: beans
20
  type: beans
@@ -22,9 +22,9 @@ model-index:
22
  split: validation
23
  args: default
24
  metrics:
25
- - name: Accuracy
26
- type: accuracy
27
  value: 0.9699248120300752
 
28
  ---
29
 
30
  <!-- 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
  - vision
6
  - generated_from_trainer
7
  datasets:
8
+ - AI-Lab-Makerere/beans
9
  metrics:
10
  - accuracy
11
+ base_model: google/vit-base-patch16-224-in21k
12
  model-index:
13
  - name: vit-base-beans
14
  results:
15
  - task:
 
16
  type: image-classification
17
+ name: Image Classification
18
  dataset:
19
  name: beans
20
  type: beans
 
22
  split: validation
23
  args: default
24
  metrics:
25
+ - type: accuracy
 
26
  value: 0.9699248120300752
27
+ name: Accuracy
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You