Update README.md (#1)
Browse files- Update README.md (ccb4400a92178c3644ea4b98029e6e6c877551fa)
README.md
CHANGED
|
@@ -1,12 +1,23 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
## Model Details
|
|
@@ -15,23 +26,21 @@ tags: []
|
|
| 15 |
|
| 16 |
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
-
- **Developed by:**
|
| 21 |
-
- **Funded by [optional]:** [
|
| 22 |
-
- **
|
| 23 |
-
- **
|
| 24 |
-
- **
|
| 25 |
-
- **
|
| 26 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
|
| 28 |
### Model Sources [optional]
|
| 29 |
|
| 30 |
<!-- Provide the basic links for the model. -->
|
| 31 |
|
| 32 |
-
- **Repository:**
|
| 33 |
-
- **Paper [optional]:** [
|
| 34 |
-
- **Demo [optional]:** [More Information Needed]
|
| 35 |
|
| 36 |
## Uses
|
| 37 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
license: cc-by-sa-4.0
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
- ja
|
| 7 |
+
base_model:
|
| 8 |
+
- EQUES/JPharmatron-7B-base
|
| 9 |
+
tags:
|
| 10 |
+
- pharmacy
|
| 11 |
+
- biology
|
| 12 |
+
- chemistry
|
| 13 |
+
- medical
|
| 14 |
---
|
| 15 |
|
| 16 |
# Model Card for Model ID
|
| 17 |
|
| 18 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 19 |
|
| 20 |
+
JPharmatron-7B is a 7B large language model designed for pharmaceutical applications and researches.
|
| 21 |
|
| 22 |
|
| 23 |
## Model Details
|
|
|
|
| 26 |
|
| 27 |
<!-- Provide a longer summary of what this model is. -->
|
| 28 |
|
| 29 |
+
The JPharmatron-7B is continually pre-trained using 10T tokens from Japanese and English datasets, based on Qwen2.5-7B. Compared to the JPharmatron-7B-base model, JPharmatron-7B has enhanced chat capabilities, obtained from Qwen2.5-7B-Instruct's chat vector.
|
| 30 |
|
| 31 |
+
- **Developed by:** EQUES Inc.
|
| 32 |
+
- **Funded by [optional]:** [GENIAC Project](https://www.meti.go.jp/policy/mono_info_service/geniac/index.html)
|
| 33 |
+
- **Model type:** Causal decoder-only
|
| 34 |
+
- **Language(s) (NLP):** Japanese, English
|
| 35 |
+
- **License:** CC-BY-SA-4.0
|
| 36 |
+
- **Finetuned from model [optional]:** JPharmatron-7B-base
|
|
|
|
| 37 |
|
| 38 |
### Model Sources [optional]
|
| 39 |
|
| 40 |
<!-- Provide the basic links for the model. -->
|
| 41 |
|
| 42 |
+
- **Repository:** https://github.com/EQUES-Inc/pharma-LLM-eval
|
| 43 |
+
- **Paper [optional]:** [A Japanese Language Model and Three New Evaluation Benchmarks for Pharmaceutical NLP](https://arxiv.org/abs/2505.16661)
|
|
|
|
| 44 |
|
| 45 |
## Uses
|
| 46 |
|