jaeunglee commited on
Commit
02f6cdc
·
verified ·
1 Parent(s): 496f005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -13,8 +13,6 @@ This repository contains ResNet18 models retrained on the CIFAR-10 dataset with
13
  ---
14
  ## Evaluation
15
 
16
- ### Testing Data, Factors & Metrics
17
-
18
  - **Testing Data:** CIFAR-10 test set
19
  - **Metrics:** Top-1 accuracy
20
 
@@ -83,8 +81,6 @@ These augmentations help improve the model's ability to generalize by introducin
83
 
84
  This model is part of the research conducted using the [Machine Unlearning Comparator](https://github.com/gnueaj/Machine-Unlearning-Comparator). The tool was developed to compare various machine unlearning methods and their effects on models.
85
 
86
- ---
87
-
88
  ## Uses
89
 
90
  ### Direct Use
@@ -95,8 +91,6 @@ These models can be directly used for evaluating the effect of excluding specifi
95
 
96
  The models are not suitable for tasks requiring general-purpose image classification beyond the CIFAR-10 dataset.
97
 
98
- ---
99
-
100
  ## How to Get Started with the Model
101
 
102
  Use the code below to load the models with the appropriate architecture and weights:
 
13
  ---
14
  ## Evaluation
15
 
 
 
16
  - **Testing Data:** CIFAR-10 test set
17
  - **Metrics:** Top-1 accuracy
18
 
 
81
 
82
  This model is part of the research conducted using the [Machine Unlearning Comparator](https://github.com/gnueaj/Machine-Unlearning-Comparator). The tool was developed to compare various machine unlearning methods and their effects on models.
83
 
 
 
84
  ## Uses
85
 
86
  ### Direct Use
 
91
 
92
  The models are not suitable for tasks requiring general-purpose image classification beyond the CIFAR-10 dataset.
93
 
 
 
94
  ## How to Get Started with the Model
95
 
96
  Use the code below to load the models with the appropriate architecture and weights: