cistine commited on
Commit
a7464bc
1 Parent(s): e22a247

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,7 +9,7 @@ license: llama2
9
 
10
 
11
 
12
- # **Opencsg-CodeLlama-13b-v0.2** [[中文]](#chinese) [[English]](#english)
13
 
14
  <a id="english"></a>
15
 
@@ -31,14 +31,14 @@ The vision of OpenCSG is to empower every industry, every company, and every ind
31
 
32
  ## Model Description
33
 
34
- CodeLlama is a collection of pretrained and fine-tuned generative text models from Llama2, which ranges in scale from 7 billion to 34 billion parameters.
35
- Based on CodeLlama, opencsg-CodeLlama-v0.2 is a series of models fintuned througth full-paramters fine-tuning method.
36
  <br>
37
 
38
  This is the repository for the base 13B version finetuned based on [CodeLlama-13b-hf](https://huggingface.co/codellama/CodeLlama-13b-hf).
39
 
40
  | Model Size | Base Model |
41
  | --- | ----------------------------------------------------------------------------- |
 
42
  | 7B | [opencsg/Opencsg-CodeLlama-7b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-7b-v0.1) |
43
  | 13B | [opencsg/Opencsg-CodeLlama-13b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-13b-v0.1) |
44
  | 34B | [opencsg/Opencsg-CodeLlama-34b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-34b-v0.1) |
 
9
 
10
 
11
 
12
+ # **Opencsg-phi-2-v0.1** [[中文]](#chinese) [[English]](#english)
13
 
14
  <a id="english"></a>
15
 
 
31
 
32
  ## Model Description
33
 
34
+ Phi-2 is a 2.7 billion-parameter Transformer model trained on augmented data sources, including synthetic NLP texts and filtered websites, alongside existing data used for Phi-1.5. It performs nearly state-of-the-art on benchmarks for common sense, language understanding, and logical reasoning, despite having fewer than 13 billion parameters. Unlike some models, Phi-2 hasn't been fine-tuned through reinforcement learning from human feedback. The goal of this open-source model is to enable research into safety challenges like reducing toxicity, understanding biases, enhancing controllability, etc.
 
35
  <br>
36
 
37
  This is the repository for the base 13B version finetuned based on [CodeLlama-13b-hf](https://huggingface.co/codellama/CodeLlama-13b-hf).
38
 
39
  | Model Size | Base Model |
40
  | --- | ----------------------------------------------------------------------------- |
41
+ | phi-2 | [opencsg/Opencsg-phi-2-v0.1](https://huggingface.co/opencsg/opencsg-phi-2-v0.1) |
42
  | 7B | [opencsg/Opencsg-CodeLlama-7b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-7b-v0.1) |
43
  | 13B | [opencsg/Opencsg-CodeLlama-13b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-13b-v0.1) |
44
  | 34B | [opencsg/Opencsg-CodeLlama-34b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-34b-v0.1) |