Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,24 @@
|
|
1 |
-
|
2 |
---
|
3 |
base_model: meta-llama/Llama-3.3-70B-Instruct
|
4 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
# 🧠 Model Card: `pranjalsingh/alpaca-Llama-3.1-70B-Instruct-chat`
|
7 |
|
@@ -117,5 +134,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
117 |
|
118 |
## 🔖 Citation
|
119 |
|
120 |
-
Coming soon.
|
121 |
-
|
|
|
|
|
1 |
---
|
2 |
base_model: meta-llama/Llama-3.3-70B-Instruct
|
3 |
library_name: peft
|
4 |
+
license: mit
|
5 |
+
datasets:
|
6 |
+
- tatsu-lab/alpaca
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
- hi
|
10 |
+
- ja
|
11 |
+
- ta
|
12 |
+
- te
|
13 |
+
- mr
|
14 |
+
tags:
|
15 |
+
- llm
|
16 |
+
- text-to-text
|
17 |
+
- text-generation-inference
|
18 |
+
- converstional
|
19 |
+
- llama70b
|
20 |
+
- lora
|
21 |
+
- adapters
|
22 |
---
|
23 |
# 🧠 Model Card: `pranjalsingh/alpaca-Llama-3.1-70B-Instruct-chat`
|
24 |
|
|
|
134 |
|
135 |
## 🔖 Citation
|
136 |
|
137 |
+
Coming soon.
|
|