Updating README
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- fr
|
6 |
+
- it
|
7 |
+
- pt
|
8 |
+
- hi
|
9 |
+
- es
|
10 |
+
- th
|
11 |
+
- de
|
12 |
+
base_model:
|
13 |
+
- meta-llama/Llama-3.1-70B
|
14 |
+
tags:
|
15 |
+
- facebook
|
16 |
+
- meta
|
17 |
+
- pytorch
|
18 |
+
- llama
|
19 |
+
- llama-3
|
20 |
+
license: llama3.3
|
21 |
+
---
|
22 |
+
|
23 |
+
This model is a copy of [meta-llama/Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct), but with all `.safetensors` merged to a single file for ease and uploaded with [Xet](https://huggingface.co/docs/hub/xet).
|