Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- 75_25_shuffled_batchsize2.jsonl +3 -0
- README.md +1 -1
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
75_25_shuffled_batchsize2.jsonl filter=lfs diff=lfs merge=lfs -text
|
75_25_shuffled_batchsize2.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41e854d647083302ab12053fca44e0239074287b02da94b35fe7f9aff05fdcb3
|
3 |
+
size 25218735
|
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
A LoRA adapter for unsloth/gemma-2b that determines content indexing suitability using chain-of-thought reasoning.
|
4 |
|
5 |
-
|
6 |
|
7 |
|
8 |
## Technical Specifications
|
|
|
2 |
|
3 |
A LoRA adapter for unsloth/gemma-2b that determines content indexing suitability using chain-of-thought reasoning.
|
4 |
|
5 |
+
Used in a pipeline.
|
6 |
|
7 |
|
8 |
## Technical Specifications
|