lxxx0304 commited on
Commit
2ecd063
Β·
verified Β·
1 Parent(s): aa6dc50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -56,17 +56,21 @@ It is **not** designed for text generation or decision-making in high-risk scena
56
  CodeSoulco/THETA/
57
  β”œβ”€β”€ embeddings/
58
  β”‚ β”œβ”€β”€ 0.6B/
 
59
  β”‚ β”‚ β”œβ”€β”€ supervised/
60
- β”‚ β”‚ β”œβ”€β”€ unsupervised/
61
- β”‚ β”‚ └── zero_shot/
62
  β”‚ └── 4B/
63
- β”‚ └── supervised/
64
- └── lora_weights/
 
 
65
  β”œβ”€β”€ 0.6B/
66
- β”‚ β”œβ”€β”€ supervised/ (socialTwitter, hatespeech, mental_health)
67
- β”‚ └── unsupervised/ (germanCoal, FCPB)
68
- └── 4B/
69
- └── supervised/ (socialTwitter, hatespeech)
 
 
70
  ```
71
 
72
  ## Training Details
 
56
  CodeSoulco/THETA/
57
  β”œβ”€β”€ embeddings/
58
  β”‚ β”œβ”€β”€ 0.6B/
59
+ β”‚ β”‚ β”œβ”€β”€ zero_shot/
60
  β”‚ β”‚ β”œβ”€β”€ supervised/
61
+ β”‚ β”‚ └── unsupervised/
 
62
  β”‚ └── 4B/
63
+ β”‚ β”œβ”€β”€ zero_shot/
64
+ β”‚ β”œβ”€β”€ supervised/
65
+ β”‚ └── unsupervised/
66
+ └── lora/
67
  β”œβ”€β”€ 0.6B/
68
+ β”‚ β”œβ”€β”€ supervised/
69
+ β”‚ └── unsupervised/
70
+ β”œβ”€β”€ 4B/
71
+ β”‚ β”œβ”€β”€ supervised/
72
+ β”‚ └── unsupervised/
73
+ └── logs/
74
  ```
75
 
76
  ## Training Details