thomnis commited on
Commit
02f490f
·
verified ·
1 Parent(s): 7319236

Training completed!

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. 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": "/content/distilbert-base-uncased-finetuned-emotion/checkpoint-1250",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"