CountingMstar commited on
Commit
d9446c8
โ€ข
1 Parent(s): 8af5bad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -29,6 +29,19 @@ For the model, I used BERT, which is one of the most famous natural language pro
29
  ```
30
 
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ## Dataset
33
  ### Wikipedia
34
  https://en.wikipedia.org/wiki/Main_Page
@@ -95,12 +108,27 @@ https://huggingface.co/bert-base-uncased
95
 
96
 
97
  ๋ชจ๋ธ์˜ ๊ฒฝ์šฐ ์ž์—ฐ์–ด ์ฒ˜๋ฆฌ ๋ชจ๋ธ ์ค‘ ๊ฐ€์žฅ ์œ ๋ช…ํ•œ Google์—์„œ ๊ฐœ๋ฐœํ•œ BERT๋ฅผ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค. ์ž์„ธํ•œ ์„ค๋ช…์€ ์œ„ ์‚ฌ์ดํŠธ๋ฅผ ์ฐธ๊ณ ํ•˜์‹œ๊ธฐ ๋ฐ”๋ž๋‹ˆ๋‹ค. ์งˆ์˜์‘๋‹ต์ด ์ฃผ์ธ ๊ณผ์™ธ ์„ ์ƒ๋‹˜๋‹ต๊ฒŒ, BERT ์ค‘์—์„œ๋„ ์งˆ์˜์‘๋‹ต์— ํŠนํ™”๋œ Question and Answering ๋ชจ๋ธ์„ ์‚ฌ์šฉํ•˜์˜€์Šต๋‹ˆ๋‹ค. ๋ถˆ๋Ÿฌ์˜ค๋Š” ๋ฒ•์€ ๋‹ค์Œ๊ณผ ๊ฐ™์Šต๋‹ˆ๋‹ค.
 
98
  ```
99
  from transformers import BertForQuestionAnswering
100
 
101
  model = BertForQuestionAnswering.from_pretrained("bert-base-uncased")
102
  ```
103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  ## Dataset
105
  ### Wikipedia
106
  https://en.wikipedia.org/wiki/Main_Page
 
29
  ```
30
 
31
 
32
+ https://huggingface.co/CountingMstar/ai-tutor-bert-model
33
+
34
+
35
+ Afterwards, I fine-tuned the original BertForQuestionAnswering model using the artificial intelligence-related datasets for my project on creating an AI tutoring model. You can find the fine-tuned AI Tutor BERT model at the link provided, and the usage in Python is as follows.
36
+
37
+
38
+ ```
39
+ from transformers import BertForQuestionAnswering
40
+
41
+ model = BertForQuestionAnswering.from_pretrained("CountingMstar/ai-tutor-bert-model")
42
+ ```
43
+
44
+
45
  ## Dataset
46
  ### Wikipedia
47
  https://en.wikipedia.org/wiki/Main_Page
 
108
 
109
 
110
  ๋ชจ๋ธ์˜ ๊ฒฝ์šฐ ์ž์—ฐ์–ด ์ฒ˜๋ฆฌ ๋ชจ๋ธ ์ค‘ ๊ฐ€์žฅ ์œ ๋ช…ํ•œ Google์—์„œ ๊ฐœ๋ฐœํ•œ BERT๋ฅผ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค. ์ž์„ธํ•œ ์„ค๋ช…์€ ์œ„ ์‚ฌ์ดํŠธ๋ฅผ ์ฐธ๊ณ ํ•˜์‹œ๊ธฐ ๋ฐ”๋ž๋‹ˆ๋‹ค. ์งˆ์˜์‘๋‹ต์ด ์ฃผ์ธ ๊ณผ์™ธ ์„ ์ƒ๋‹˜๋‹ต๊ฒŒ, BERT ์ค‘์—์„œ๋„ ์งˆ์˜์‘๋‹ต์— ํŠนํ™”๋œ Question and Answering ๋ชจ๋ธ์„ ์‚ฌ์šฉํ•˜์˜€์Šต๋‹ˆ๋‹ค. ๋ถˆ๋Ÿฌ์˜ค๋Š” ๋ฒ•์€ ๋‹ค์Œ๊ณผ ๊ฐ™์Šต๋‹ˆ๋‹ค.
111
+
112
  ```
113
  from transformers import BertForQuestionAnswering
114
 
115
  model = BertForQuestionAnswering.from_pretrained("bert-base-uncased")
116
  ```
117
 
118
+
119
+ https://huggingface.co/CountingMstar/ai-tutor-bert-model
120
+
121
+
122
+ ์ดํ›„ ์˜ค๋ฆฌ์ง€๋„ BertForQuestionAnswering ๋ชจ๋ธ์„ ์ด ํ”„๋กœ์ ํŠธ ์ฃผ์ œ์ธ ์ธ๊ณต์ง€๋Šฅ ๊ณผ์™ธ ์„ ์ƒ๋‹˜ ๋ชจ๋ธ๋กœ ๋งŒ๋“ค๊ธฐ ์œ„ํ•ด ์•„๋ž˜์˜ ์ธ๊ณต์ง€๋Šฅ ๊ด€๋ จ ๋ฐ์ดํ„ฐ์…‹์œผ๋กœ ํŒŒ์ธํŠœ๋‹์„ ํ•ด์คฌ์Šต๋‹ˆ๋‹ค. ์ด๋ ‡๊ฒŒ ํŒŒ์ธํŠœ๋‹๋œ AI Tutor BERT ๋ชจ๋ธ์€ ์œ„ ๋งํฌ์—์„œ ์ฐพ์•„๋ณด์‹ค ์ˆ˜ ์žˆ์œผ๋ฉฐ, ํŒŒ์ด์ฌ์—์„œ์˜ ์‚ฌ์šฉ๋ฐฉ๋ฒ•์€ ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค.
123
+
124
+
125
+ ```
126
+ from transformers import BertForQuestionAnswering
127
+
128
+ model = BertForQuestionAnswering.from_pretrained("CountingMstar/ai-tutor-bert-model")
129
+ ```
130
+
131
+
132
  ## Dataset
133
  ### Wikipedia
134
  https://en.wikipedia.org/wiki/Main_Page