Update README.md
Browse files
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 |
-
|
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
|