codybum commited on
Commit
bc223bf
·
verified ·
1 Parent(s): 1c4d9f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ license: "apache-2.0" # IMPORTANT: Replace with your actual chosen license ID (e
12
  datasets:
13
  - "uky-neuropathology-placeholder" # IMPORTANT: Replace with an actual dataset identifier if available on the Hub, or a descriptive name for your dataset. Cannot be empty.
14
  # pipeline_tag: "image-classification" # Uncomment and set if applicable (e.g., image-classification, image-segmentation)
15
- base_model: "facebook/dinov2-base" # IMPORTANT: Replace with the actual Hugging Face Hub model ID of the base model if this is a fine-tune (e.g., google/vit-base-patch16-224-in21k). If not fine-tuned from a Hub model, REMOVE this entire 'base_model' line. It cannot be empty if present.
16
  # metrics: # Uncomment and fill if you have structured evaluation results
17
  # - accuracy
18
  # - f1
 
12
  datasets:
13
  - "uky-neuropathology-placeholder" # IMPORTANT: Replace with an actual dataset identifier if available on the Hub, or a descriptive name for your dataset. Cannot be empty.
14
  # pipeline_tag: "image-classification" # Uncomment and set if applicable (e.g., image-classification, image-segmentation)
15
+ base_model: "facebook/dinov2-giant" # IMPORTANT: Replace with the actual Hugging Face Hub model ID of the base model if this is a fine-tune (e.g., google/vit-base-patch16-224-in21k). If not fine-tuned from a Hub model, REMOVE this entire 'base_model' line. It cannot be empty if present.
16
  # metrics: # Uncomment and fill if you have structured evaluation results
17
  # - accuracy
18
  # - f1