Model save
Browse files
README.md
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
metrics:
|
7 |
-
- f1
|
8 |
model-index:
|
9 |
- name: bert-sdg-classification
|
10 |
results: []
|
@@ -15,10 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# bert-sdg-classification
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.3017
|
21 |
-
- F1: 0.9422
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google-bert/bert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: bert-sdg-classification
|
8 |
results: []
|
|
|
13 |
|
14 |
# bert-sdg-classification
|
15 |
|
16 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|