Add library_name and correct license
Browse filesThis PR adds the `library_name` tag to the metadata, as well as switches the license to apache-2.0.
README.md
CHANGED
@@ -9,7 +9,7 @@ language:
|
|
9 |
- it
|
10 |
- pt
|
11 |
- es
|
12 |
-
pipeline_tag: text-
|
13 |
tags:
|
14 |
- llama
|
15 |
- atla
|
@@ -18,7 +18,7 @@ tags:
|
|
18 |
- meta
|
19 |
- conversational
|
20 |
- lm-judge
|
21 |
-
license:
|
22 |
---
|
23 |
|
24 |
<p align="center">
|
|
|
9 |
- it
|
10 |
- pt
|
11 |
- es
|
12 |
+
pipeline_tag: text-to-text
|
13 |
tags:
|
14 |
- llama
|
15 |
- atla
|
|
|
18 |
- meta
|
19 |
- conversational
|
20 |
- lm-judge
|
21 |
+
license: apache-2.0
|
22 |
---
|
23 |
|
24 |
<p align="center">
|