ctutiven commited on
Commit
462e9e9
1 Parent(s): 084ec94

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. config.json +1 -1
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- license: apache-2.0
3
  base_model: bert-base-cased
4
- tags:
5
- - generated_from_trainer
6
  metrics:
7
  - accuracy
 
 
8
  model-index:
9
  - name: mi-clase-antes-clase
10
  results: []
 
1
  ---
 
2
  base_model: bert-base-cased
3
+ license: apache-2.0
 
4
  metrics:
5
  - accuracy
6
+ tags:
7
+ - generated_from_trainer
8
  model-index:
9
  - name: mi-clase-antes-clase
10
  results: []
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "./best_model",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],