Skip to content

Commit 5e87165

Browse files
fix readme
1 parent 88efbe6 commit 5e87165

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
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-
---
211
## Model Description
222

233
- Language model: [XLM-RoBERTa](https://huggingface.co/transformers/model_doc/xlmroberta.html)
@@ -86,7 +66,7 @@ print(answer)
8666
# answer: Google Developer Expert. Score start: 0.9926977753639221, Score end: 0.9909810423851013
8767
```
8868

89-
## Pre-trained model
69+
## Training model
9070
In data-bin/raw folder already exist some sample data files for the training process. Do following steps:
9171

9272
- Create environment by using file requirements.txt
@@ -107,4 +87,4 @@ python main.py
10787

10888
```shell
10989
python infer.py
110-
```
90+
```

0 commit comments

Comments
 (0)