Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
base_model: bert-base-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
@@ -8,6 +8,12 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: bert-base-cased-finetuned
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -59,4 +65,4 @@ The following hyperparameters were used during training:
|
|
59 |
- Transformers 4.35.2
|
60 |
- Pytorch 2.1.0+cu121
|
61 |
- Datasets 2.16.1
|
62 |
-
- Tokenizers 0.15.0
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
base_model: bert-base-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
8 |
model-index:
|
9 |
- name: bert-base-cased-finetuned
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- cmunhozc/usa_news_en
|
13 |
+
- cmunhozc/google_news_en
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
pipeline_tag: text-classification
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
65 |
- Transformers 4.35.2
|
66 |
- Pytorch 2.1.0+cu121
|
67 |
- Datasets 2.16.1
|
68 |
+
- Tokenizers 0.15.0
|