You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -691,7 +691,12 @@ FProcs.Free;
691
691
```
692
692
693
693
### NLP
694
-
This [NLP source code example](https://github.com/joaopauloschuler/neural-api/tree/master/examples/SimpleNLP) shows a (hello world) small neural network trained on the [Tiny Stories](https://huggingface.co/datasets/roneneldan/TinyStories) dataset. A more [complex NLP example](https://github.com/joaopauloschuler/gpt-3-for-pascal) is also available.
694
+
This [NLP source code example](https://github.com/joaopauloschuler/neural-api/tree/master/examples/SimpleNLP) shows a (hello world) small neural network trained on the [Tiny Stories](https://huggingface.co/datasets/roneneldan/TinyStories) dataset. A more [complex NLP example showing the implementation of the GPT-3 Small architecture](https://github.com/joaopauloschuler/gpt-3-for-pascal) is also available.
695
+
696
+
In short, this API supports:
697
+
* Samplers: `TNNetSamplerGreedy`, `TNNetSamplerTopK` and `TNNetSamplerTopP`.
698
+
* A tokenizer: `TNeuralTokenizer`.
699
+
* A transformer decoder: `AddTransformerBlockCAI`.
695
700
696
701
## Publications from the Author
697
702
In the case that you would like to know more about what the CAI's author is working at, here we go.
0 commit comments