File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- language :
3
- - vi
4
- - vn
5
- - en
6
- tags :
7
- - question-answering
8
- - pytorch
9
- datasets :
10
- - squad
11
- license : mit
12
- pipeline_tag : question-answering
13
- metrics :
14
- - squad
15
- widget :
16
- - text : " Bình là chuyên gia về gì ?"
17
- context : " Bình Nguyễn là một người đam mê với lĩnh vực xử lý ngôn ngữ tự nhiên . Anh nhận chứng chỉ Google Developer Expert năm 2020"
18
- - text : " Bình được công nhận với danh hiệu gì ?"
19
- context : " Bình Nguyễn là một người đam mê với lĩnh vực xử lý ngôn ngữ tự nhiên . Anh nhận chứng chỉ Google Developer Expert năm 2020"
20
- ---
21
1
## Model Description
22
2
23
3
- Language model: [ XLM-RoBERTa] ( https://huggingface.co/transformers/model_doc/xlmroberta.html )
@@ -86,7 +66,7 @@ print(answer)
86
66
# answer: Google Developer Expert. Score start: 0.9926977753639221, Score end: 0.9909810423851013
87
67
```
88
68
89
- ## Pre-trained model
69
+ ## Training model
90
70
In data-bin/raw folder already exist some sample data files for the training process. Do following steps:
91
71
92
72
- Create environment by using file requirements.txt
@@ -107,4 +87,4 @@ python main.py
107
87
108
88
``` shell
109
89
python infer.py
110
- ```
90
+ ```
You can’t perform that action at this time.
0 commit comments