Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Neural Network-Based Language Model for Next Token Prediction
|
2 |
|
3 |
## Overview
|
@@ -47,4 +66,4 @@ A video demo, linked below, demonstrates:
|
|
47 |
2. Load the .ipynb notebook and run cells sequentially to replicate training and evaluation.
|
48 |
3. Refer to HuggingFace documentation for downloading the model and tokenizer files.
|
49 |
|
50 |
-
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- language-model
|
4 |
+
- next-token-prediction
|
5 |
+
- neural-network
|
6 |
+
- English
|
7 |
+
- Amharic
|
8 |
+
license: apache-2.0
|
9 |
+
datasets:
|
10 |
+
- my-dataset
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
+
- perplexity
|
14 |
+
model_type: nn
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
- am
|
18 |
+
---
|
19 |
+
|
20 |
# Neural Network-Based Language Model for Next Token Prediction
|
21 |
|
22 |
## Overview
|
|
|
66 |
2. Load the .ipynb notebook and run cells sequentially to replicate training and evaluation.
|
67 |
3. Refer to HuggingFace documentation for downloading the model and tokenizer files.
|
68 |
|
69 |
+
Note: The data for the project has been taken from [saillab/taco-datasets]](https://huggingface.co/datasets/saillab/taco-datasets)
|