hsaest commited on
Commit
def847a
·
verified ·
1 Parent(s): 2c22401

README: Apache-2.0 license metadata + card

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  library_name: transformers
 
3
  pipeline_tag: text-generation
4
  tags:
5
  - quest
@@ -25,3 +26,7 @@ model = AutoModelForCausalLM.from_pretrained(
25
  ```
26
 
27
  Use the chat template and `tokenizer.apply_chat_template(...)` when available. VRAM and dtype requirements depend on model size and MoE vs dense architecture; see `config.json` (`model_type`, `architectures`).
 
 
 
 
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
  pipeline_tag: text-generation
5
  tags:
6
  - quest
 
26
  ```
27
 
28
  Use the chat template and `tokenizer.apply_chat_template(...)` when available. VRAM and dtype requirements depend on model size and MoE vs dense architecture; see `config.json` (`model_type`, `architectures`).
29
+
30
+ ## License
31
+
32
+ This model is released under the **Apache License 2.0** (`apache-2.0`).