jangmin commited on
Commit
617cb18
1 Parent(s): c629842

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - ko
5
  pipeline_tag: question-answering
@@ -21,7 +21,7 @@ Also the adapter was trained above the foundation model [meta-llama/Llama-2-7b-c
21
  - **Developed by:** [Jangmin Oh](https://huggingface.co/jangmin)
22
  - **Model type:** llama2
23
  - **Language(s) (NLP):** ko
24
- - **License:** apache-2.0
25
  - **Finetuned from model [optional]:** [meta-llama/Llama-2-7b-chat-hf](meta-llama/Llama-2-7b-chat-hf)
26
 
27
  ## Uses
@@ -152,6 +152,4 @@ merged_model = trained_model.merge_and_unload()
152
  hub_id = "jangmin/merged-llama2-7b-chat-hf-food-order-understanding-30K"
153
 
154
  merged_model.push_to_hub(hub_id, max_shard_size="4GB", safe_serialization=True, commit_message='recommit after pad_token was treated.')
155
- ```
156
-
157
-
 
1
  ---
2
+ license: other
3
  language:
4
  - ko
5
  pipeline_tag: question-answering
 
21
  - **Developed by:** [Jangmin Oh](https://huggingface.co/jangmin)
22
  - **Model type:** llama2
23
  - **Language(s) (NLP):** ko
24
+ - **License:** You shoud keep the meta's llama license. Please visit: https://ai.meta.com/resources/models-and-libraries/llama-downloads/
25
  - **Finetuned from model [optional]:** [meta-llama/Llama-2-7b-chat-hf](meta-llama/Llama-2-7b-chat-hf)
26
 
27
  ## Uses
 
152
  hub_id = "jangmin/merged-llama2-7b-chat-hf-food-order-understanding-30K"
153
 
154
  merged_model.push_to_hub(hub_id, max_shard_size="4GB", safe_serialization=True, commit_message='recommit after pad_token was treated.')
155
+ ```