fullstack commited on
Commit
e0b1078
1 Parent(s): 6f81f69

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. 75_25_shuffled_batchsize2.jsonl +3 -0
  3. 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
- Note: This is used in a pipeline to determine if a context should be indexed or not.
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