yajingchen
commited on
Commit
·
489d6b9
1
Parent(s):
83f05a2
Update README.md
Browse filesAdd more descriptions
README.md
CHANGED
@@ -5,4 +5,34 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
8 |
+
---
|
9 |
+
# Model Card for Model ID
|
10 |
+
|
11 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
+
This is a fine-tuned Bloom model to generate marketing emails based off of a travel destination and a short line of description!
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
This project is modified from FourthBrain [training material](https://huggingface.co/FourthBrainGenAI/MarketMail-AI-Model)
|
18 |
+
|
19 |
+
### Foundational Model Sources [optional]
|
20 |
+
|
21 |
+
<!-- Provide the basic links for the model. -->
|
22 |
+
- **Repository:** [Bloom](https://huggingface.co/bigscience/bloom)
|
23 |
+
|
24 |
+
## Uses
|
25 |
+
|
26 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
27 |
+
For proof-of-concept only
|
28 |
+
|
29 |
+
## Training Details
|
30 |
+
|
31 |
+
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
32 |
+
The training data is synthetic and generated with OpenAI's gpt-3.5-turbo mode
|
33 |
+
|
34 |
+
## Environmental Impact
|
35 |
+
|
36 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
37 |
+
Fine-tuned in Google Colab with premium GPU for <10 min, with 100 samples
|
38 |
+
|