AntoineD commited on
Commit
0e8d83e
1 Parent(s): 462abcd

Training in progress, epoch 1

Browse files
adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "camembert-base",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "query",
18
+ "value"
19
+ ],
20
+ "task_type": "SEQ_CLS"
21
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e2fb2c2439d3275e8c0b926d03eb68fbd32e0d04daefc9f5610c4b6e7e62ed5
3
+ size 3585485
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c810f9e678381b80853eb912a234a44b3c06cf979e4d085883a3e24f3bc1d53c
3
  size 442581361
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd50f197db92c3bd72ed7a659cd817eaa59fa178645edbe61ec31ad42da0250f
3
  size 442581361
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9776f7612110ed98a4641202b013436a2b63b32dc02e3ecf79b5196e6b4870b6
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50c1c5cc066fd681340343a1d6eab126bab58909abe144d5e0bff21917d0be8
3
  size 4091