Meosiuuubeo commited on
Commit
aea3321
·
1 Parent(s): 04defbd

add .pt and more

Browse files
Files changed (7) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. optimizer.pt +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +54 -0
  7. training_args.bin +3 -0
README.md CHANGED
@@ -219,7 +219,7 @@ Then you can load this model and run inference.
219
  from sentence_transformers import SentenceTransformer
220
 
221
  # Download from the 🤗 Hub
222
- model = SentenceTransformer("legalvn/paraphrase-multilingual-MiniLM-L12-v2-1500")
223
  # Run inference
224
  sentences = [
225
  'Thời điểm đánh giá và xếp loại chất lượng hằng năm của công chức, viên chức thuộc Bộ Tài chính được diễn ra trong thời gian nào?',
 
219
  from sentence_transformers import SentenceTransformer
220
 
221
  # Download from the 🤗 Hub
222
+ model = SentenceTransformer("sentence_transformers_model_id")
223
  # Run inference
224
  sentences = [
225
  'Thời điểm đánh giá và xếp loại chất lượng hằng năm của công chức, viên chức thuộc Bộ Tài chính được diễn ra trong thời gian nào?',
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "tmp_trainer/checkpoint-1500",
3
  "architectures": [
4
  "BertModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
3
  "architectures": [
4
  "BertModel"
5
  ],
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bcc1b499fdd75c20733bd72e1c3ac5f1726f1c00897c43b62b73478aa4100f1
3
+ size 940241530
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bd74a96de85ebb345ed3137c5fa8aee7bae199e0591f8f1eb22e35ca4cfaee
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae4b1371af48474c2248fbd5522bbf7ecdcaa5aea7b56e269a87c22e8c95c300
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.01841258930105811,
5
+ "eval_steps": 500,
6
+ "global_step": 1500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.00613752976701937,
13
+ "grad_norm": 0.7345873117446899,
14
+ "learning_rate": 4.9897707837216344e-05,
15
+ "loss": 1.0473,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.01227505953403874,
20
+ "grad_norm": 1.5779420137405396,
21
+ "learning_rate": 4.9795415674432687e-05,
22
+ "loss": 1.0447,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.01841258930105811,
27
+ "grad_norm": 1.1132322549819946,
28
+ "learning_rate": 4.969312351164903e-05,
29
+ "loss": 1.0383,
30
+ "step": 1500
31
+ }
32
+ ],
33
+ "logging_steps": 500,
34
+ "max_steps": 244398,
35
+ "num_input_tokens_seen": 0,
36
+ "num_train_epochs": 3,
37
+ "save_steps": 500,
38
+ "stateful_callbacks": {
39
+ "TrainerControl": {
40
+ "args": {
41
+ "should_epoch_stop": false,
42
+ "should_evaluate": false,
43
+ "should_log": false,
44
+ "should_save": true,
45
+ "should_training_stop": false
46
+ },
47
+ "attributes": {}
48
+ }
49
+ },
50
+ "total_flos": 0.0,
51
+ "train_batch_size": 8,
52
+ "trial_name": null,
53
+ "trial_params": null
54
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:320a99fb4b91f8525d40d71b170ac4e34508c4a26597a496c07d42c089137f1c
3
+ size 5432