Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3.1
|
| 3 |
+
datasets:
|
| 4 |
+
- lmarena-ai/arena-human-preference-140k
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- meta-llama/Llama-3.1-8B
|
| 9 |
+
---
|
| 10 |
+
Fine-tuned based on a curated subset of lmarena-ai/arena-human-preference-140k.
|
| 11 |
+
|
| 12 |
+
Created using the [AutoXLA](https://github.com/Locutusque/AutoXLA) library.
|
| 13 |
+
|
| 14 |
+
Research supported with Cloud TPUs from Google's TPU Research Cloud (TRC)
|