Update training progress and artifacts
Browse files- README.md +10 -11
- model.safetensors +1 -1
- tokenizer.json +16 -2
README.md
CHANGED
|
@@ -3,14 +3,13 @@
|
|
| 3 |
license: apache-2.0
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
+
## Model Trained Sequentially on Hugging Face Datasets
|
| 7 |
+
**Base Model:** arnir0/Tiny-LLM
|
| 8 |
+
This model is being fine-tuned sequentially using LoRA on various datasets
|
| 9 |
+
available on the Hugging Face Hub. The resulting model (base + adapter merged) is saved
|
| 10 |
+
at the root of this repository as `model.safetensors`.
|
| 11 |
+
### Training Progress
|
| 12 |
+
- **Datasets Processed:** 9
|
| 13 |
+
- **Text Examples Processed:** 42
|
| 14 |
+
- **Tokens Processed:** 21504
|
| 15 |
+
- **Last Update:** 2025-05-05 21:19:09 UTC
|
|
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 51957256
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36bafe6dcc398e3b4d668c02a9ada97ec4c535d74a56ddf5baf1ab44edafd77d
|
| 3 |
size 51957256
|
tokenizer.json
CHANGED
|
@@ -1,7 +1,21 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 512,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
+
"padding": {
|
| 10 |
+
"strategy": {
|
| 11 |
+
"Fixed": 512
|
| 12 |
+
},
|
| 13 |
+
"direction": "Left",
|
| 14 |
+
"pad_to_multiple_of": null,
|
| 15 |
+
"pad_id": 2,
|
| 16 |
+
"pad_type_id": 0,
|
| 17 |
+
"pad_token": "</s>"
|
| 18 |
+
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|