Sandiago21
commited on
Commit
•
48470f0
1
Parent(s):
73222f7
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: other
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
-
pipeline_tag:
|
7 |
tags:
|
8 |
- llama
|
9 |
- decapoda-research-13b-hf
|
@@ -13,9 +13,7 @@ tags:
|
|
13 |
|
14 |
## Model Card for Model ID
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
This repository contains a LLaMA-13B fine-tuned model.
|
19 |
|
20 |
⚠️ **I used [LLaMA-13B-hf](https://huggingface.co/decapoda-research/llama-13b-hf) as a base model, so this model is for Research purpose only (See the [license](https://huggingface.co/decapoda-research/llama-13b-hf/blob/main/LICENSE))**
|
21 |
|
@@ -25,7 +23,7 @@ This repository contains a LLaMA-13B fine-tuned model.
|
|
25 |
|
26 |
### Model Description
|
27 |
|
28 |
-
The decapoda-research/llama-13b-hf model was finetuned on conversations and question answering prompts
|
29 |
|
30 |
**Developed by:** [More Information Needed]
|
31 |
|
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
- llama
|
9 |
- decapoda-research-13b-hf
|
|
|
13 |
|
14 |
## Model Card for Model ID
|
15 |
|
16 |
+
This repository contains a LLaMA-13B further fine-tuned model on conversations and question answering prompts.
|
|
|
|
|
17 |
|
18 |
⚠️ **I used [LLaMA-13B-hf](https://huggingface.co/decapoda-research/llama-13b-hf) as a base model, so this model is for Research purpose only (See the [license](https://huggingface.co/decapoda-research/llama-13b-hf/blob/main/LICENSE))**
|
19 |
|
|
|
23 |
|
24 |
### Model Description
|
25 |
|
26 |
+
The decapoda-research/llama-13b-hf model was finetuned on conversations and question answering prompts.
|
27 |
|
28 |
**Developed by:** [More Information Needed]
|
29 |
|