Dave12121 commited on
Commit
f3e4c98
1 Parent(s): 9c257be

Training in progress epoch 0

Browse files
Files changed (8) hide show
  1. README.md +54 -0
  2. config.json +44 -0
  3. merges.txt +0 -0
  4. special_tokens_map.json +4 -0
  5. tf_model.h5 +3 -0
  6. tokenizer.json +0 -0
  7. tokenizer_config.json +17 -0
  8. vocab.json +0 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: openai-gpt
4
+ tags:
5
+ - generated_from_keras_callback
6
+ model-index:
7
+ - name: Dave12121/chatFsentiment
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
+ probably proofread and complete it, then remove this comment. -->
13
+
14
+ # Dave12121/chatFsentiment
15
+
16
+ This model is a fine-tuned version of [openai-gpt](https://huggingface.co/openai-gpt) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.7472
19
+ - Validation Loss: 0.9887
20
+ - Epoch: 0
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': False, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 123, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
40
+ - training_precision: float32
41
+
42
+ ### Training results
43
+
44
+ | Train Loss | Validation Loss | Epoch |
45
+ |:----------:|:---------------:|:-----:|
46
+ | 0.7472 | 0.9887 | 0 |
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.35.0
52
+ - TensorFlow 2.14.1
53
+ - Datasets 2.14.6
54
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai-gpt",
3
+ "afn": "gelu",
4
+ "architectures": [
5
+ "OpenAIGPTForSequenceClassification"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "embd_pdrop": 0.1,
9
+ "id2label": {
10
+ "0": "negative",
11
+ "1": "neutral",
12
+ "2": "positive"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "negative": 0,
17
+ "neutral": 1,
18
+ "positive": 2
19
+ },
20
+ "layer_norm_epsilon": 1e-05,
21
+ "model_type": "openai-gpt",
22
+ "n_ctx": 512,
23
+ "n_embd": 768,
24
+ "n_head": 12,
25
+ "n_layer": 12,
26
+ "n_positions": 512,
27
+ "n_special": 0,
28
+ "predict_special_tokens": true,
29
+ "problem_type": "multi_label_classification",
30
+ "resid_pdrop": 0.1,
31
+ "summary_activation": null,
32
+ "summary_first_dropout": 0.1,
33
+ "summary_proj_to_labels": true,
34
+ "summary_type": "cls_index",
35
+ "summary_use_proj": true,
36
+ "task_specific_params": {
37
+ "text-generation": {
38
+ "do_sample": true,
39
+ "max_length": 50
40
+ }
41
+ },
42
+ "transformers_version": "4.35.0",
43
+ "vocab_size": 40478
44
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "pad_token": "~",
3
+ "unk_token": "<unk>"
4
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adac48d8eb8060efeb53788db207f001adf63a607096c573922dc608cbe20fc6
3
+ size 466334448
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ }
11
+ },
12
+ "clean_up_tokenization_spaces": true,
13
+ "model_max_length": 512,
14
+ "pad_token": "~",
15
+ "tokenizer_class": "OpenAIGPTTokenizer",
16
+ "unk_token": "<unk>"
17
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff