librarian-bot commited on
Commit
447cc66
1 Parent(s): b27da7c

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
@@ -6,24 +6,24 @@ tags:
6
  - generated_from_trainer
7
  - Vit
8
  datasets:
9
- - beans
10
  metrics:
11
  - accuracy
 
12
  model-index:
13
  - name: vit-base-beans-demo-v2
14
  results:
15
  - task:
16
- name: Image Classification
17
  type: image-classification
 
18
  dataset:
19
  name: beans
20
  type: beans
21
  args: default
22
  metrics:
23
- - name: Accuracy
24
- type: accuracy
25
  value: 1
26
- pipeline_tag: image-classification
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
6
  - generated_from_trainer
7
  - Vit
8
  datasets:
9
+ - AI-Lab-Makerere/beans
10
  metrics:
11
  - accuracy
12
+ pipeline_tag: image-classification
13
  model-index:
14
  - name: vit-base-beans-demo-v2
15
  results:
16
  - task:
 
17
  type: image-classification
18
+ name: Image Classification
19
  dataset:
20
  name: beans
21
  type: beans
22
  args: default
23
  metrics:
24
+ - type: accuracy
 
25
  value: 1
26
+ name: Accuracy
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You