Gen TANG %!s(int64=2) %!d(string=hai) anos
pai
achega
4edb97c350
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ch11_llm/README.md

+ 1 - 1
ch11_llm/README.md

@@ -1,5 +1,5 @@
 
-|代码|说明|
+|Directory|Description|
 |---|---|
 |[char_gpt.ipynb](char_gpt.ipynb)| Creating GPT-2 from scratch and conducting autoregressive learning for python script (predict the next char based on context) |
 |[gpt2.ipynb](gpt2.ipynb)| Usage of open-souce GPT-2 model |