Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ tags:
|
|
5 |
- text-classification
|
6 |
- continuous-learning
|
7 |
license: apache-2.0
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Adaptive Classifier
|
@@ -71,4 +73,4 @@ This model:
|
|
71 |
publisher = {GitHub},
|
72 |
url = {https://github.com/codelion/adaptive-classifier}
|
73 |
}
|
74 |
-
```
|
|
|
5 |
- text-classification
|
6 |
- continuous-learning
|
7 |
license: apache-2.0
|
8 |
+
base_model:
|
9 |
+
- distilbert/distilbert-base-uncased
|
10 |
---
|
11 |
|
12 |
# Adaptive Classifier
|
|
|
73 |
publisher = {GitHub},
|
74 |
url = {https://github.com/codelion/adaptive-classifier}
|
75 |
}
|
76 |
+
```
|