nhanv commited on
Commit
6d88ed7
1 Parent(s): dc3dd60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  ---
4
 
5
  # ChatNTQ JA 7B V1.0
@@ -100,3 +104,12 @@ tokens = model.generate(
100
  out = tokenizer.decode(tokens[0][input_ids.shape[1]:], skip_special_tokens=True).strip()
101
  print(out)
102
  ```
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - ja
5
+ - en
6
+ pipeline_tag: text-generation
7
  ---
8
 
9
  # ChatNTQ JA 7B V1.0
 
104
  out = tokenizer.decode(tokens[0][input_ids.shape[1]:], skip_special_tokens=True).strip()
105
  print(out)
106
  ```
107
+ ## Model Details
108
+
109
+ * **Developed by**: [NTQ AI](https://ntq.com.vn/service/artificial-intelligence-service/)
110
+ * **Language(s)**: Japanese
111
+ * **License**: This model is licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
112
+
113
+ ### Model Architecture
114
+
115
+ For details, please see Mistral AI's [paper](https://arxiv.org/abs/2310.06825) and [release blog post](https://mistral.ai/news/announcing-mistral-7b/).