Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model:
|
4 |
license: apache-2.0
|
5 |
datasets:
|
6 |
- yahma/alpaca-cleaned
|
@@ -29,8 +29,6 @@ Llama-3-8b-Alpaca-Finetuned is a state-of-the-art NLP model finetuned on the Lla
|
|
29 |
|
30 |
|
31 |
- **Developed by:** Meta
|
32 |
-
- **Funded by [optional]:** None
|
33 |
-
- **Shared by [optional]:** None
|
34 |
- **Model type:** Llama 3 8b
|
35 |
- **Language(s) (NLP):** English
|
36 |
- **License:** Apache License 2.0
|
@@ -40,9 +38,7 @@ Llama-3-8b-Alpaca-Finetuned is a state-of-the-art NLP model finetuned on the Lla
|
|
40 |
|
41 |
<!-- Provide the basic links for the model. -->
|
42 |
|
43 |
-
- **Repository:**
|
44 |
-
- **Paper [optional]:** [More Information Needed]
|
45 |
-
- **Demo [optional]:** [More Information Needed]
|
46 |
|
47 |
## Uses
|
48 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
4 |
license: apache-2.0
|
5 |
datasets:
|
6 |
- yahma/alpaca-cleaned
|
|
|
29 |
|
30 |
|
31 |
- **Developed by:** Meta
|
|
|
|
|
32 |
- **Model type:** Llama 3 8b
|
33 |
- **Language(s) (NLP):** English
|
34 |
- **License:** Apache License 2.0
|
|
|
38 |
|
39 |
<!-- Provide the basic links for the model. -->
|
40 |
|
41 |
+
- **Repository:** pantelnm/Llama-3-8b-Alpaca-Finetuned
|
|
|
|
|
42 |
|
43 |
## Uses
|
44 |
|