Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
---
|
8 |
+
This is a basic checkpoint for the model NDCR, used for continual training.
|
9 |
+
|
10 |
+
More detailed Introduction are presented in Github: https://github.com/YunxinLi/NDCR/edit/main/README.md
|
11 |
+
|