nielsr HF Staff commited on
Commit
6367c98
·
verified ·
1 Parent(s): e1ea864

Add library_name, pipeline_tag

Browse files

This PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=text-generation. It also makes the model compatible with the transformers library.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,15 +1,17 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - DongkiKim/Mol-LLaMA-Instruct
5
  language:
6
  - en
7
- base_model:
8
- - meta-llama/Llama-3.1-8B-Instruct
9
  tags:
10
  - biology
11
  - chemistry
12
  - medical
 
 
13
  ---
14
 
15
  # Mol-Llama-3.1-8B-Instruct
 
1
  ---
2
+ base_model:
3
+ - meta-llama/Llama-3.1-8B-Instruct
4
  datasets:
5
  - DongkiKim/Mol-LLaMA-Instruct
6
  language:
7
  - en
8
+ license: apache-2.0
 
9
  tags:
10
  - biology
11
  - chemistry
12
  - medical
13
+ pipeline_tag: text-generation
14
+ library_name: transformers
15
  ---
16
 
17
  # Mol-Llama-3.1-8B-Instruct