ted-z commited on
Commit
6458929
1 Parent(s): 25f630d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -21,18 +21,19 @@ The base model, Qwen2-1.5-Instruct, is a large-scale language model optimized fo
21
 
22
  ## **Use Cases**
23
 
24
- The model can be used in applications that require the automatic extraction of structured data from text documents, particularly related to government bidding and procurement processes. Specific outputs include:
25
-
26
- - **项目名称**
27
- - **公告类型** (比如:采购公告-招标,采购结果-中标,采购结果-废标)
28
- - **行业分类** (根据预定义列表分类)
29
- - **发布时间**
30
- - **预算金额** (单位为”元“)
31
- - **采购人**
32
- - **响应文件截至提交时间**
33
- - **开标地址**
34
- - **所在地区**
35
 
 
 
 
 
 
 
 
 
 
 
 
36
  ---
37
 
38
  ## **Key Features**
 
21
 
22
  ## **Use Cases**
23
 
24
+ The model can be used in applications that require the automatic extraction of structured data from text documents, particularly related to government bidding and procurement processes. For instance, based on [the sample announcement](https://www.qhggzyjy.gov.cn/ggzy/jyxx/001002/001002001/20240827/1358880795267533.html), the generated output is as follows:
 
 
 
 
 
 
 
 
 
 
25
 
26
+ ```
27
+ 项目名称:"大通县公安局警用无人自动化机场项目"
28
+ 公告类型:"采购公告-竞磋"
29
+ 行业分类:"其他"
30
+ 发布时间:"2024-08-27"
31
+ 预算金额:"941500.00元"
32
+ 采购人:"大通县公安局(本级)"
33
+ 响应文件截至提交时间:"2024-09-10 09:00"
34
+ 开标地址:"大通县政府采购服务中心"
35
+ 所在地区:"青海省"
36
+ ```
37
  ---
38
 
39
  ## **Key Features**