furquan commited on
Commit
997ace8
1 Parent(s): 7639e74

Training in progress, step 1000

Browse files
adapter_config.json CHANGED
@@ -5,10 +5,10 @@
5
  "num_attention_heads": 32,
6
  "num_layers": 32,
7
  "num_transformer_submodules": 1,
8
- "num_virtual_tokens": 8,
9
  "peft_type": "PROMPT_TUNING",
10
- "prompt_tuning_init": "RANDOM",
11
- "prompt_tuning_init_text": null,
12
  "revision": null,
13
  "task_type": "CAUSAL_LM",
14
  "token_dim": 4096,
 
5
  "num_attention_heads": 32,
6
  "num_layers": 32,
7
  "num_transformer_submodules": 1,
8
+ "num_virtual_tokens": 16,
9
  "peft_type": "PROMPT_TUNING",
10
+ "prompt_tuning_init": "TEXT",
11
+ "prompt_tuning_init_text": "Classify the text into neutral, negative, or positive. Classify the text into neutral, negative, or positive. Reply with only one word: positive, negative, or neutral.",
12
  "revision": null,
13
  "task_type": "CAUSAL_LM",
14
  "token_dim": 4096,
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e82543527c570dca2ec3978a290dd864d6ab76a65d7b9fb44fb88ef5194ff76d
3
- size 263418
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30fffb5478e77cddb0e92804652c14466a12a6bfdd741365d1cd123c0f7fcb77
3
+ size 132346
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddeab44a8daff1bb34fc70b5dfed3956cb34ceb9797fd0c30f2c3b75557d1b9a
3
- size 131192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8371a2518a669e84eb00dccf824e38442be7528f0ad29e0acf55f36cc3c21a0
3
+ size 262264
runs/Nov08_19-36-23_respai/events.out.tfevents.1699490203.respai CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c3b7cf3c827722534fe4b987a25888a0a76e94daf2491d686d879fdf43b326a
3
- size 8808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8f00823750e71afff918b2eccf0edf06f977851c80a84a792353fce7c71ec4
3
+ size 9947
runs/Nov08_20-49-09_respai/events.out.tfevents.1699494584.respai ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b5e8af234d1425a77376dce7d03dcad73af28c22167f3ef56b27e0686eeee61
3
+ size 5668
tokenizer_config.json CHANGED
@@ -32,11 +32,15 @@
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": false,
 
35
  "model_max_length": 1000000000000000019884624838656,
36
  "pad_token": "</s>",
37
  "padding_side": "right",
38
  "sp_model_kwargs": {},
 
39
  "tokenizer_class": "LlamaTokenizer",
 
 
40
  "unk_token": "<unk>",
41
  "use_default_system_prompt": false
42
  }
 
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": false,
35
+ "max_length": 512,
36
  "model_max_length": 1000000000000000019884624838656,
37
  "pad_token": "</s>",
38
  "padding_side": "right",
39
  "sp_model_kwargs": {},
40
+ "stride": 0,
41
  "tokenizer_class": "LlamaTokenizer",
42
+ "truncation_side": "right",
43
+ "truncation_strategy": "longest_first",
44
  "unk_token": "<unk>",
45
  "use_default_system_prompt": false
46
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7b6d272f7cff2519bacea481e186686af221e9f10cf35d0a97a11e444cf4b30
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9b2f9bc7b3f825982cba05e3afcfc9e30f0c33628ae897c60c57c22b8da9a0
3
  size 4664