danlou commited on
Commit
61367b6
·
verified ·
1 Parent(s): 03d5009

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,10 +1,14 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
 
4
 
5
  The code below shows how this Buyer Persona generator can be used.
6
 
7
- More documentation coming soon...
8
 
9
  ```python
10
  import torch
 
1
+ ---
2
+ license: llama2
3
+ base_model:
4
+ - meta-llama/Llama-2-7b
5
+ pipeline_tag: text-generation
6
+ library_name: transformers
7
+ ---
8
 
9
  The code below shows how this Buyer Persona generator can be used.
10
 
11
+ This model was developed for [MarketFit.ai](https://danlou.co/marketfitai).
12
 
13
  ```python
14
  import torch