Skip to content

Commit

Permalink
docs: remove non code files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxha97 committed Apr 12, 2022
1 parent 855dd15 commit 873e021
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,26 +119,18 @@ ex) `feat: add new code`
```bash
(예시로 작성)
level2-klue-level2-nlp-09
├── README.md
├── requirements.txt
├── config.json
├── utils
│ ├── EDA(Duplicate&Mislabeling).ipynb
│ ├── confusion_matrix.ipynb
│ ├── ensemble.ipynb
│ └── test_model.ipynb
└── python
│ ├── train.py
│ ├── load_data.py
│ ├── inference.py
│ ├── training_loss.py
│ ├── data_augmentation.py
│ ├── test_recording.py
│ └── train_sweep.py
└── etc
├── marking_mode_tokens.json
├── dict_num_to_label.pkl
└── dict_label_to_num.pkl
├── train.py
├── load_data.py
├── inference.py
├── training_loss.py
├── data_augmentation.py
├── test_recording.py
└── train_sweep.py
```

## Wrap Up Report Link
Expand Down

0 comments on commit 873e021

Please sign in to comment.