Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
```
|
5 |
import torch
|
6 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
4 |
+
|
5 |
+
indo-instruct-llama2-32kmodel card
|
6 |
+
Model Details
|
7 |
+
Developed by: monuminu
|
8 |
+
Backbone Model: LLaMA-2
|
9 |
+
Language(s): English
|
10 |
+
Library: HuggingFace Transformers
|
11 |
+
License: Fine-tuned checkpoints is licensed under the Non-Commercial Creative Commons license (CC BY-NC-4.0)
|
12 |
+
Where to send comments: Instructions on how to provide feedback or comments on a model can be found by opening an issue in the Hugging Face community's model repository
|
13 |
+
Contact: For questions and comments about the model, please email contact@upstage.ai
|
14 |
+
Dataset Details
|
15 |
+
Used Datasets
|
16 |
+
alpaca dataset
|
17 |
+
|
18 |
```
|
19 |
import torch
|
20 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|