Training completed!
Browse files- README.md +3 -3
- config.json +1 -1
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
base_model: distilbert-base-uncased
|
3 |
library_name: transformers
|
4 |
license: apache-2.0
|
|
|
|
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
- f1
|
8 |
-
tags:
|
9 |
-
- generated_from_trainer
|
10 |
model-index:
|
11 |
- name: distilbert-base-uncased-finetuned-emotion
|
12 |
results: []
|
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: distilbert-base-uncased
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
|
|
|
|
10 |
model-index:
|
11 |
- name: distilbert-base-uncased-finetuned-emotion
|
12 |
results: []
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|