Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
mask_token: "[MASK]"
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: tf-tpu/roberta-base-epochs-100
|
8 |
results: []
|
9 |
-
widget:
|
10 |
-
- text: Goal of my life is to [MASK].
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
+
mask_token: '[MASK]'
|
6 |
+
widget:
|
7 |
+
- text: Goal of my life is to [MASK].
|
8 |
+
base_model: roberta-base
|
9 |
model-index:
|
10 |
- name: tf-tpu/roberta-base-epochs-100
|
11 |
results: []
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|