kedar16 commited on
Commit
2cd59d8
1 Parent(s): e5b0c8a

Training in progress, step 500

Browse files
adapter_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "distilbert-base-uncased",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": false,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 64,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "k_lin",
20
+ "q_lin",
21
+ "v_lin",
22
+ "out_lin"
23
+ ],
24
+ "task_type": "SEQ_CLS"
25
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfcce6977df57f3bdae95e88ed74aa4e6af4d46bcf8a8879a1fbc5ed09c0fcf7
3
+ size 9444240
runs/Dec04_10-21-18_dbd68b2902e8/events.out.tfevents.1701685303.dbd68b2902e8.20721.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9411cf5ae20cea5126192704aea453717f07e8e4d87304223426b8546afe4c4b
3
+ size 4803
runs/Dec04_10-21-18_dbd68b2902e8/events.out.tfevents.1701685381.dbd68b2902e8.20721.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaecffd94948add0d01026dc5689a8fb511eb450b1a4f4fff977c9cc58036031
3
+ size 4852
runs/Dec04_10-21-18_dbd68b2902e8/events.out.tfevents.1701685938.dbd68b2902e8.20721.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0869ded748fbab0ae224bc9cbd1bf320feb5f379af86dc2bf6aae012c1103504
3
+ size 5535
tokenizer.json CHANGED
@@ -6,14 +6,7 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 0,
14
- "pad_type_id": 0,
15
- "pad_token": "[PAD]"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ae6f6ada754d16410e482c38efbb71be3f7839ca8491e18a19d4ee755699f78
3
- size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:497d6cf70a44e746a0d4b16b390e02d48bf5d31b17518f0adc3e120b3fac4794
3
+ size 4600