NofarSachs commited on
Commit
65be050
1 Parent(s): e2fc6fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -16
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  license: ms-pl
 
 
 
 
3
  ---
4
  # PhiMarketing: A Marketing Large Language Model
5
 
@@ -10,11 +14,11 @@ We are releasing this **early checkpoint** of the model to the AI community.
10
 
11
  ### Model Description
12
 
13
- PhiMarketing is a powerful tool that can aid in generating high-quality marketing content and conducting research in the field of marketing.
14
- It's a great resource for anyone looking to stay ahead in the rapidly changing world of marketing.
15
 
16
- While the model is designed to encode marketing knowledge, this checkpoint is not yet adapted to deliver knowledge appropriately, safely, or within professional actionable constraints.
17
- We recommend against deploying PhiMarketing in real-world practice settings.
18
 
19
  ### Model Details
20
  - Developed by: [Marketeam](https://www.marketeam.ai/)
@@ -65,18 +69,18 @@ This is an **early checkpoint** of the model that we are releasing to the commun
65
 
66
  #### Training Hyperparameters
67
 
68
- | Param | Value |
69
- |---------------|------------|
70
- | bf16 | true |
71
- | tf32 | true |
72
- | lr | 1e-4 |
73
- | optim | adamw |
74
- | epochs | 1 |
75
- | lr scheduler | constant |
76
- | warmup ratio | 0.03 |
77
- | max grad norm | 0.3 |
78
- | context len | 3072 |
79
-
80
 
81
 
82
  ## How to use
 
1
  ---
2
  license: ms-pl
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - marketing
7
  ---
8
  # PhiMarketing: A Marketing Large Language Model
9
 
 
14
 
15
  ### Model Description
16
 
17
+ PhiMarketing is a powerful tool that can help generate high-quality marketing content and conduct research in the field of marketing.
18
+ It's a valuable resource for anyone aiming to stay ahead in the fast-changing world of marketing.
19
 
20
+ While the model is designed to encode marketing knowledge, this version is not yet adapted to deliver knowledge appropriately, safely, or within professional actionable constraints.
21
+ We advise against using PhiMarketing in real-world practice settings.
22
 
23
  ### Model Details
24
  - Developed by: [Marketeam](https://www.marketeam.ai/)
 
69
 
70
  #### Training Hyperparameters
71
 
72
+ | Param | Value |
73
+ |---------------|-----------------|
74
+ | bf16 | true |
75
+ | tf32 | true |
76
+ | lr | 1e-4 |
77
+ | optim | adamw |
78
+ | epochs | 1 |
79
+ | lr scheduler | constant |
80
+ | warmup ratio | 0.03 |
81
+ | max grad norm | 0.3 |
82
+ | context len | 3072 |
83
+ | attention |flash attention 2|
84
 
85
 
86
  ## How to use