Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
-
license: apache-2.0
|
5 |
-
tags:
|
6 |
-
- text-generation-inference
|
7 |
-
- transformers
|
8 |
-
- unsloth
|
9 |
-
-
|
10 |
-
- trl
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
15 |
|
16 |
# Inference:
|
17 |
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- text-generation-inference
|
7 |
+
- transformers
|
8 |
+
- unsloth
|
9 |
+
- llama3
|
10 |
+
- trl
|
11 |
+
- hinglish
|
12 |
+
base_model: unsloth/llama-3-8b
|
13 |
+
datasets:
|
14 |
+
- cmu_hinglish_dog
|
15 |
+
---
|
16 |
|
17 |
# Inference:
|
18 |
|