Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
-
model-index:
|
6 |
-
- name: laxsvips/minilm-finetuned-emotion
|
7 |
-
results: []
|
8 |
datasets:
|
9 |
- emotion
|
10 |
-
language:
|
11 |
-
- en
|
12 |
metrics:
|
13 |
- f1
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_keras_callback
|
|
|
|
|
|
|
7 |
datasets:
|
8 |
- emotion
|
|
|
|
|
9 |
metrics:
|
10 |
- f1
|
11 |
+
base_model: microsoft/MiniLM-L12-H384-uncased
|
12 |
+
model-index:
|
13 |
+
- name: laxsvips/minilm-finetuned-emotion
|
14 |
+
results: []
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|