Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,14 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: green
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
-
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
-
|
15 |
-
# LLAMA v2 Models
|
16 |
-
|
17 |
-
Llama v2 was introduced in [this paper](https://arxiv.org/abs/2307.09288). This model is Llama-2-70b-chat from Meta.
|
18 |
-
|
|
|
1 |
---
|
2 |
+
title: llama-2-7b-chat
|
3 |
+
emoji: π
|
4 |
colorFrom: green
|
5 |
+
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.37.0
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
+
duplicated_from: Artples/llama2-7b-chat
|
11 |
+
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|