rokset3 commited on
Commit
ca437f6
·
1 Parent(s): c0f432e

Upload config

Browse files
Files changed (1) hide show
  1. adapter_config.json +7 -0
adapter_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "roberta-base",
3
+ "inference_mode": true,
4
+ "peft_type": "LORA",
5
+ "revision": null,
6
+ "task_type": "TOKEN_CLS"
7
+ }