nagayama0706
commited on
Commit
•
14d81c9
1
Parent(s):
a2f21e9
Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,9 @@ license: apache-2.0
|
|
12 |
pipeline_tag: depth-estimation
|
13 |
---
|
14 |
|
15 |
-
#
|
16 |
|
17 |
-
|
18 |
* [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased)
|
19 |
* [KM4STfulltext/SSCI-SciBERT-e4](https://huggingface.co/KM4STfulltext/SSCI-SciBERT-e4)
|
20 |
|
@@ -48,7 +48,7 @@ from transformers import AutoTokenizer
|
|
48 |
import transformers
|
49 |
import torch
|
50 |
|
51 |
-
model = "nagayama0706/
|
52 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
53 |
|
54 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
12 |
pipeline_tag: depth-estimation
|
13 |
---
|
14 |
|
15 |
+
# natural_science_model
|
16 |
|
17 |
+
natural_science_model is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
18 |
* [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased)
|
19 |
* [KM4STfulltext/SSCI-SciBERT-e4](https://huggingface.co/KM4STfulltext/SSCI-SciBERT-e4)
|
20 |
|
|
|
48 |
import transformers
|
49 |
import torch
|
50 |
|
51 |
+
model = "nagayama0706/natural_science_model"
|
52 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
53 |
|
54 |
tokenizer = AutoTokenizer.from_pretrained(model)
|