IngeniousArtist commited on
Commit
360790a
1 Parent(s): 5d11f9e

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "stabilityai/stablelm-base-alpha-3b",
3
+ "architectures": [
4
+ "GPTNeoXForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": 0.1,
9
+ "eos_token_id": 0,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout": 0.0,
12
+ "hidden_size": 4096,
13
+ "id2label": {
14
+ "0": "Negative",
15
+ "1": "Neutral",
16
+ "2": "Positive"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 16384,
20
+ "label2id": {
21
+ "Negative": 0,
22
+ "Neutral": 1,
23
+ "Positive": 2
24
+ },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 4096,
27
+ "model_type": "gpt_neox",
28
+ "num_attention_heads": 32,
29
+ "num_hidden_layers": 16,
30
+ "pad_token_id": 0,
31
+ "pretraining_tp": 1,
32
+ "problem_type": "single_label_classification",
33
+ "rope_scaling": null,
34
+ "rotary_emb_base": 10000,
35
+ "rotary_pct": 0.25,
36
+ "tie_word_embeddings": false,
37
+ "torch_dtype": "float16",
38
+ "transformers_version": "4.31.0",
39
+ "use_cache": false,
40
+ "use_parallel_residual": true,
41
+ "vocab_size": 50688
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d54096919d7982c353fb59ef498ff067587802f955c28ef15fb533cf078d9c14
3
+ size 6859457440
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "tokenizer_class": "GPTNeoXTokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e5000969a55136d59241e75402e20601c3c3fc56167af8262455128bd6ba6d
3
+ size 4027