nicolauduran45 commited on
Commit
ecd4e79
·
verified ·
1 Parent(s): 97fa0d0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/content/gdrive/MyDrive/SIRIS Projects/01. RUNNING PROJECTS/2023GENCAT02 - Plataforma Monitoratge Coneixement Territori/3. Implementation/9. Data Science/data/intermediate/retraining_ris3cat/models/classification/sistema de mobilitat i log\u00edstica_second_iteration_SPECTER",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -22,6 +22,14 @@
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.46.2",
24
  "type_vocab_size": 2,
 
 
 
 
 
 
 
 
25
  "use_cache": true,
26
  "vocab_size": 31116
27
  }
 
1
  {
2
+ "_name_or_path": "sistema de mobilitat i logistica_second_iteration_SPECTER",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.46.2",
24
  "type_vocab_size": 2,
25
+ "id2label": {
26
+ "1": true,
27
+ "0": false
28
+ },
29
+ "label2id": {
30
+ "false": 0,
31
+ "true": 1
32
+ },
33
  "use_cache": true,
34
  "vocab_size": 31116
35
  }