Sujithanumala commited on
Commit
5429d35
·
verified ·
1 Parent(s): 143507a

End of training

Browse files
Files changed (4) hide show
  1. README.md +49 -0
  2. config.json +104 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: openai/privacy-filter
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: results
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # results
16
+
17
+ This model is a fine-tuned version of [openai/privacy-filter](https://huggingface.co/openai/privacy-filter) on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0002
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
+ - optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 20
43
+
44
+ ### Framework versions
45
+
46
+ - Transformers 5.8.0.dev0
47
+ - Pytorch 2.10.0+cu128
48
+ - Datasets 4.8.3
49
+ - Tokenizers 0.22.2
config.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "OpenAIPrivacyFilterForTokenClassification"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": 0.0,
9
+ "default_n_ctx": 128000,
10
+ "dtype": "float16",
11
+ "eos_token_id": 199999,
12
+ "head_dim": 64,
13
+ "hidden_act": "silu",
14
+ "hidden_size": 640,
15
+ "id2label": {
16
+ "0": "O",
17
+ "1": "B-COMPETITOR_MENTION",
18
+ "2": "I-COMPETITOR_MENTION",
19
+ "3": "E-COMPETITOR_MENTION",
20
+ "4": "S-COMPETITOR_MENTION",
21
+ "5": "B-PRIVACY_PII",
22
+ "6": "I-PRIVACY_PII",
23
+ "7": "E-PRIVACY_PII",
24
+ "8": "S-PRIVACY_PII",
25
+ "9": "B-PROFANITY",
26
+ "10": "I-PROFANITY",
27
+ "11": "E-PROFANITY",
28
+ "12": "S-PROFANITY",
29
+ "13": "B-FINANCIAL_ADVICE",
30
+ "14": "I-FINANCIAL_ADVICE",
31
+ "15": "E-FINANCIAL_ADVICE",
32
+ "16": "S-FINANCIAL_ADVICE",
33
+ "17": "B-HARMFUL_CONTENT",
34
+ "18": "I-HARMFUL_CONTENT",
35
+ "19": "E-HARMFUL_CONTENT",
36
+ "20": "S-HARMFUL_CONTENT",
37
+ "21": "B-CONFIDENTIAL_DISCLOSURE",
38
+ "22": "I-CONFIDENTIAL_DISCLOSURE",
39
+ "23": "E-CONFIDENTIAL_DISCLOSURE",
40
+ "24": "S-CONFIDENTIAL_DISCLOSURE"
41
+ },
42
+ "initial_context_length": 4096,
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 640,
45
+ "label2id": {
46
+ "B-COMPETITOR_MENTION": 1,
47
+ "B-CONFIDENTIAL_DISCLOSURE": 21,
48
+ "B-FINANCIAL_ADVICE": 13,
49
+ "B-HARMFUL_CONTENT": 17,
50
+ "B-PRIVACY_PII": 5,
51
+ "B-PROFANITY": 9,
52
+ "E-COMPETITOR_MENTION": 3,
53
+ "E-CONFIDENTIAL_DISCLOSURE": 23,
54
+ "E-FINANCIAL_ADVICE": 15,
55
+ "E-HARMFUL_CONTENT": 19,
56
+ "E-PRIVACY_PII": 7,
57
+ "E-PROFANITY": 11,
58
+ "I-COMPETITOR_MENTION": 2,
59
+ "I-CONFIDENTIAL_DISCLOSURE": 22,
60
+ "I-FINANCIAL_ADVICE": 14,
61
+ "I-HARMFUL_CONTENT": 18,
62
+ "I-PRIVACY_PII": 6,
63
+ "I-PROFANITY": 10,
64
+ "O": 0,
65
+ "S-COMPETITOR_MENTION": 4,
66
+ "S-CONFIDENTIAL_DISCLOSURE": 24,
67
+ "S-FINANCIAL_ADVICE": 16,
68
+ "S-HARMFUL_CONTENT": 20,
69
+ "S-PRIVACY_PII": 8,
70
+ "S-PROFANITY": 12
71
+ },
72
+ "max_position_embeddings": 131072,
73
+ "model_type": "openai_privacy_filter",
74
+ "num_attention_heads": 14,
75
+ "num_experts_per_tok": 4,
76
+ "num_hidden_layers": 8,
77
+ "num_key_value_heads": 2,
78
+ "num_local_experts": 128,
79
+ "output_router_logits": false,
80
+ "pad_token_id": 199999,
81
+ "rms_norm_eps": 1e-05,
82
+ "rope_parameters": {
83
+ "beta_fast": 32.0,
84
+ "beta_slow": 1.0,
85
+ "factor": 32.0,
86
+ "original_max_position_embeddings": 4096,
87
+ "rope_theta": 150000.0,
88
+ "rope_type": "yarn",
89
+ "truncate": false
90
+ },
91
+ "router_aux_loss_coef": 0.001,
92
+ "sliding_window": 128,
93
+ "tie_word_embeddings": false,
94
+ "transformers.js_config": {
95
+ "use_external_data_format": {
96
+ "model": 1,
97
+ "model.onnx": 3,
98
+ "model_fp16.onnx": 2
99
+ }
100
+ },
101
+ "transformers_version": "5.8.0.dev0",
102
+ "use_cache": false,
103
+ "vocab_size": 200064
104
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3cc1c8f915f3c5aed6eccdd049bcca8210454aaa18c2d242b824e6a809a749
3
+ size 2799581050
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a71e738113b99a1bcf3aff22419c7f2d5a227ec2c3e808fdaa576a9726a977f
3
+ size 5265