Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ library_name: transformers
|
|
35 |
| 2 | VTSNLP-8B-Instruct | VTS DASC | Private | Llama3-8b | 01/08/2024 | 51.52 | 62.42 | 60.12 | 52.37 | 56.20 |
|
36 |
| 3 | VNPTAI.IO-14B | VNPT AI | Private | Qwen1.5-14B-Chat | 11/03/2024 | 51.64 | 61.75 | 58.09 | 54.51 | 55.83 |
|
37 |
| 4 | SeaLLM-7B-v2.5 | DAMO Academy | Private | llama-2-7b | 09/04/2024 | 49.35 | 60.66 | 55.95 | 49.05 | 53.30 |
|
38 |
-
| **5** | **T-VisStar-v0.1** | **Capleaf** | **Weight** | **Mistral-7B-v0.1** | **20/09/2024** | **45.97** | **59.85** | **57.27** | **53.49** | **53.04**
|
39 |
| 6 | Ml4ULLM-7B-Chat | ML4U | Weight | Mistral-7B-v0.1 | 27/05/2024 | 44.72 | 58.69 | 56.86 | 52.36 | 52.08 |
|
40 |
| 7 | Vistral-7B-Chat | UONLP x Ontocord| Weight | Mistral-7B-v0.1 | 16/01/2024 | 43.32 | 57.02 | 55.12 | 48.01 | 50.07 |
|
41 |
| 8 | SDSRV-7B-chat | SDSRV teams | Private | Mistral-7B-v0.1 | 26/04/2024 | 36.29 | 60.55 | 55.95 | 49.05 | 48.55 |
|
@@ -54,7 +54,7 @@ library_name: transformers
|
|
54 |
## T-VisStar family tree (not final)
|
55 |

|
56 |
|
57 |
-
* All the models contain in the image help made **T-VisStar-v0.1**.
|
58 |
|
59 |
# Examples
|
60 |
|
@@ -122,7 +122,7 @@ from transformers import (
|
|
122 |
StoppingCriteriaList
|
123 |
)
|
124 |
|
125 |
-
model_name = "1TuanPham/T-VisStar-v0.1"
|
126 |
|
127 |
model = AutoModelForCausalLM.from_pretrained(model_name,
|
128 |
torch_dtype=torch.float16,
|
|
|
35 |
| 2 | VTSNLP-8B-Instruct | VTS DASC | Private | Llama3-8b | 01/08/2024 | 51.52 | 62.42 | 60.12 | 52.37 | 56.20 |
|
36 |
| 3 | VNPTAI.IO-14B | VNPT AI | Private | Qwen1.5-14B-Chat | 11/03/2024 | 51.64 | 61.75 | 58.09 | 54.51 | 55.83 |
|
37 |
| 4 | SeaLLM-7B-v2.5 | DAMO Academy | Private | llama-2-7b | 09/04/2024 | 49.35 | 60.66 | 55.95 | 49.05 | 53.30 |
|
38 |
+
| **5** | **T-VisStar-7B-v0.1** | **Capleaf** | **Weight** | **Mistral-7B-v0.1** | **20/09/2024** | **45.97** | **59.85** | **57.27** | **53.49** | **53.04**
|
39 |
| 6 | Ml4ULLM-7B-Chat | ML4U | Weight | Mistral-7B-v0.1 | 27/05/2024 | 44.72 | 58.69 | 56.86 | 52.36 | 52.08 |
|
40 |
| 7 | Vistral-7B-Chat | UONLP x Ontocord| Weight | Mistral-7B-v0.1 | 16/01/2024 | 43.32 | 57.02 | 55.12 | 48.01 | 50.07 |
|
41 |
| 8 | SDSRV-7B-chat | SDSRV teams | Private | Mistral-7B-v0.1 | 26/04/2024 | 36.29 | 60.55 | 55.95 | 49.05 | 48.55 |
|
|
|
54 |
## T-VisStar family tree (not final)
|
55 |

|
56 |
|
57 |
+
* All the models contain in the image help made **T-VisStar-7B-v0.1**.
|
58 |
|
59 |
# Examples
|
60 |
|
|
|
122 |
StoppingCriteriaList
|
123 |
)
|
124 |
|
125 |
+
model_name = "1TuanPham/T-VisStar-7B-v0.1"
|
126 |
|
127 |
model = AutoModelForCausalLM.from_pretrained(model_name,
|
128 |
torch_dtype=torch.float16,
|