Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ language:
|
|
4 |
---
|
5 |
# T-pro-it-1.0
|
6 |
|
|
|
7 |
|
8 |
## Description
|
9 |
|
@@ -18,7 +19,6 @@ Detailed model card’s coming soon…
|
|
18 |
## 📊 Benchmarks
|
19 |
|
20 |
Detailed model card’s coming soon…
|
21 |
-
Here we present the results of T-pro-it-1.0 on automatic benchmarks.
|
22 |
|
23 |
## 👨💻 Examples of usage
|
24 |
|
@@ -28,7 +28,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
28 |
import torch
|
29 |
torch.manual_seed(42)
|
30 |
|
31 |
-
model_name = "t-tech/T-
|
32 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
33 |
model = AutoModelForCausalLM.from_pretrained(
|
34 |
model_name,
|
|
|
4 |
---
|
5 |
# T-pro-it-1.0
|
6 |
|
7 |
+
**🚨 T-pro is designed for further fine-tuning and is not intended as a ready-to-use conversational assistant. Users are advised to exercise caution and are responsible for any additional training and oversight required to ensure the model's responses meet acceptable ethical and safety standards. The responsibility for incorporating this model into industrial or commercial solutions lies entirely with those who choose to deploy it.**
|
8 |
|
9 |
## Description
|
10 |
|
|
|
19 |
## 📊 Benchmarks
|
20 |
|
21 |
Detailed model card’s coming soon…
|
|
|
22 |
|
23 |
## 👨💻 Examples of usage
|
24 |
|
|
|
28 |
import torch
|
29 |
torch.manual_seed(42)
|
30 |
|
31 |
+
model_name = "t-tech/T-pro-1.0"
|
32 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
33 |
model = AutoModelForCausalLM.from_pretrained(
|
34 |
model_name,
|