madiedgar commited on
Commit
6ac3acd
·
1 Parent(s): e4ca1d0

docs: add condition-1-en-32k to Model Structure table (#7)

Browse files

- docs: add condition-1-en-32k to Model Structure table (d2d4b8e3fbf29ab8a69717c997f43597dc05b3f3)

Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -37,13 +37,14 @@ All adapters are trained on [CohereLabs/tiny-aya-base](https://huggingface.co/Co
37
 
38
  This repo is the canonical hub for all Language Decoded LoRA adapters, organized by experimental condition:
39
 
40
- | Subdirectory | Condition | Training Data |
41
- | -------------------- | ----------- | ---------------------------------------------------- |
42
- | `condition-1-en-5k/` | Condition 1 | English Python from The Stack Dedup (5k subset) |
43
- | `condition-2-zh-5k/` | Condition 2 | Chinese keyword-swapped Python (Legesher-transpiled) |
44
- | `condition-2-es-5k/` | Condition 2 | Spanish keyword-swapped Python (Legesher-transpiled) |
45
- | `condition-2-ur-5k/` | Condition 2 | Urdu keyword-swapped Python (Legesher-transpiled) |
46
- | `condition-3-zh-5k/` | Condition 3 | Transpiled + native Chinese code (blended) |
 
47
 
48
  ### The Experimental Ladder
49
 
 
37
 
38
  This repo is the canonical hub for all Language Decoded LoRA adapters, organized by experimental condition:
39
 
40
+ | Subdirectory | Condition | Training Data |
41
+ | --------------------- | ----------- | ----------------------------------------------------- |
42
+ | `condition-1-en-32k/` | Condition 1 | English Python from The Stack Dedup (full 32k corpus) |
43
+ | `condition-1-en-5k/` | Condition 1 | English Python from The Stack Dedup (5k subset) |
44
+ | `condition-2-zh-5k/` | Condition 2 | Chinese keyword-swapped Python (Legesher-transpiled) |
45
+ | `condition-2-es-5k/` | Condition 2 | Spanish keyword-swapped Python (Legesher-transpiled) |
46
+ | `condition-2-ur-5k/` | Condition 2 | Urdu keyword-swapped Python (Legesher-transpiled) |
47
+ | `condition-3-zh-5k/` | Condition 3 | Transpiled + native Chinese code (blended) |
48
 
49
  ### The Experimental Ladder
50