AdaptLLM commited on
Commit
49976eb
1 Parent(s): c9c7d95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # Adapt Large Language Models to Domains
2
  This repo contains the domain-specific chat model developed from LLaMA-2-Chat-7B, using the method in our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530).
3
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
  # Adapt Large Language Models to Domains
6
  This repo contains the domain-specific chat model developed from LLaMA-2-Chat-7B, using the method in our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530).
7