janedsa commited on
Commit
52f72c3
·
verified ·
1 Parent(s): 2ec2f61

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +1 -1
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: apache-2.0
3
- base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
6
  metrics:
7
  - accuracy
8
  model-index:
 
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
+ base_model: bert-base-uncased
6
  metrics:
7
  - accuracy
8
  model-index:
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "/content/model/checkpoint-7445",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],