gihakkk commited on
Commit
72b23d0
1 Parent(s): e77fe5b

Update config,json

Browse files
Files changed (1) hide show
  1. config,json +8 -1
config,json CHANGED
@@ -25,5 +25,12 @@
25
  "LABEL_0": 0,
26
  "LABEL_1": 1
27
  },
28
- "transformers_version": "4.28.0"
 
 
 
 
 
 
 
29
  }
 
25
  "LABEL_0": 0,
26
  "LABEL_1": 1
27
  },
28
+ "transformers_version": "4.28.0",
29
+ "Entry": {
30
+ "description": "BERT model configuration for sequence classification",
31
+ "author": "Your Name",
32
+ "version": "1.0",
33
+ "date": "2024-09-07",
34
+ "additional_info": "This configuration is used for fine-tuning BERT for sequence classification tasks."
35
+ }
36
  }