iKING-ROC commited on
Commit
3f60eda
1 Parent(s): 50068ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -25,8 +25,20 @@ test case:
25
  |我想了解如何申请和更新驾驶证?|你可以到当地的交通管理部门或者公安局办理相关手续。具体流程可以在官方网站上查询。|
26
 
27
 
28
-
29
-
 
 
 
 
 
 
 
 
 
 
 
 
30
  ## Usage
31
 
32
  First, you pass your input through the transformer model, then you get the generated sentence.
@@ -111,7 +123,7 @@ TransGPT
111
 
112
  ### 微调数据集
113
 
114
- 1. ~xx万条文本数据集(用于领域内预训练):[DUOMO-Lab/TransGPT-pt](https://huggingface.co/datasets/DUOMO-Lab/TransGPT-pt)
115
  2. ~5.6万条对话数据(用于微调):[finetune_data](https://huggingface.co/data/finetune)
116
 
117
 
 
25
  |我想了解如何申请和更新驾驶证?|你可以到当地的交通管理部门或者公安局办理相关手续。具体流程可以在官方网站上查询。|
26
 
27
 
28
+ # 文件校验
29
+ ```
30
+ md5sum ./*
31
+ ```
32
+ ```
33
+ e618653f90f163928316858e95bd54d1 ./config.json
34
+ b1eb3650cbc84466fed263a9f0dff5e2 ./generation_config.json
35
+ 570159d90b39554713e9702b9107928a ./pytorch_model-00001-of-00002.bin
36
+ 8788671a726d25b192134909fb825e0b ./pytorch_model-00002-of-00002.bin
37
+ 604e0ba32b2cb7df8d8a3d13bddc93fe ./pytorch_model.bin.index.json
38
+ 413c7f9a8a6517c52c937eed27f18847 ./special_tokens_map.json
39
+ 2ba2be903e87d7471bbc413e041e70e8 ./tokenizer_config.json
40
+ 39afcc4541e7931ef0d561ac6e216586 ./tokenizer.model
41
+ ```
42
  ## Usage
43
 
44
  First, you pass your input through the transformer model, then you get the generated sentence.
 
123
 
124
  ### 微调数据集
125
 
126
+ 1. ~34.6万条文本数据集(用于领域内预训练):[DUOMO-Lab/TransGPT-pt](https://huggingface.co/datasets/DUOMO-Lab/TransGPT-pt)
127
  2. ~5.6万条对话数据(用于微调):[finetune_data](https://huggingface.co/data/finetune)
128
 
129