jslin09 commited on
Commit
67f8eb6
1 Parent(s): 3715226

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -1,6 +1,11 @@
1
  ---
2
  library_name: peft
3
  base_model: meta-llama/Llama-2-7b-hf
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -17,18 +22,18 @@ base_model: meta-llama/Llama-2-7b-hf
17
 
18
 
19
 
20
- - **Developed by:** [More Information Needed]
21
  - **Shared by [optional]:** [More Information Needed]
22
- - **Model type:** [More Information Needed]
23
- - **Language(s) (NLP):** [More Information Needed]
24
- - **License:** [More Information Needed]
25
- - **Finetuned from model [optional]:** [More Information Needed]
26
 
27
  ### Model Sources [optional]
28
 
29
  <!-- Provide the basic links for the model. -->
30
 
31
- - **Repository:** [More Information Needed]
32
  - **Paper [optional]:** [More Information Needed]
33
  - **Demo [optional]:** [More Information Needed]
34
 
@@ -77,6 +82,7 @@ Use the code below to get started with the model.
77
  ### Training Data
78
 
79
  <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
 
80
 
81
  [More Information Needed]
82
 
@@ -216,4 +222,4 @@ The following `bitsandbytes` quantization config was used during training:
216
  ### Framework versions
217
 
218
 
219
- - PEFT 0.6.0.dev0
 
1
  ---
2
  library_name: peft
3
  base_model: meta-llama/Llama-2-7b-hf
4
+ license: apache-2.0
5
+ language:
6
+ - zh
7
+ - en
8
+ pipeline_tag: text-generation
9
  ---
10
 
11
  # Model Card for Model ID
 
22
 
23
 
24
 
25
+ - **Developed by:** [Chun-Hsien Lin (a.k.a. J.S. Lin)](https://huggingface.co/jslin09)
26
  - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [Causal Language Modeling](https://huggingface.co/docs/transformers/tasks/language_modeling)
28
+ - **Language(s) (NLP):** Traditional Chinese, English
29
+ - **License:** [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
30
+ - **Finetuned from model [optional]:** [Meta LlaMA 2](https://huggingface.co/meta-llama/Llama-2-7b-hf)
31
 
32
  ### Model Sources [optional]
33
 
34
  <!-- Provide the basic links for the model. -->
35
 
36
+ - **Repository:** [Meta LlaMA 2](https://huggingface.co/meta-llama/Llama-2-7b-hf)
37
  - **Paper [optional]:** [More Information Needed]
38
  - **Demo [optional]:** [More Information Needed]
39
 
 
82
  ### Training Data
83
 
84
  <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
85
+ [台灣法律諮詢常見問答資料集](https://huggingface.co/datasets/jslin09/Themis_data_TW)
86
 
87
  [More Information Needed]
88
 
 
222
  ### Framework versions
223
 
224
 
225
+ - PEFT 0.6.0.dev0