thangvip commited on
Commit
8e603b8
·
verified ·
1 Parent(s): 3727995

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -11
README.md CHANGED
@@ -59,18 +59,7 @@ While fine-tuned for Vietnamese, the model may still reflect biases present in i
59
 
60
  ## How to Get Started with the Model
61
 
62
- Here’s an example code snippet to get started:
63
 
64
- ```python
65
- from transformers import pipeline
66
-
67
- qa_pipeline = pipeline("question-answering", model="your_model_name")
68
- result = qa_pipeline({
69
- 'question': 'Câu hỏi của bạn là gì?',
70
- 'context': 'Văn bản bối cảnh của bạn.'
71
- })
72
- print(result)
73
- ```
74
 
75
  ## Training Details
76
 
 
59
 
60
  ## How to Get Started with the Model
61
 
 
62
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  ## Training Details
65