Upload folder using huggingface_hub
Browse files- modeling_qllama.py +6 -6
modeling_qllama.py
CHANGED
@@ -1158,10 +1158,10 @@ class QLlamaForTokenClassification(QLlamaPreTrainedModel):
|
|
1158 |
|
1159 |
|
1160 |
__all__ = [
|
1161 |
-
"
|
1162 |
-
"
|
1163 |
-
"
|
1164 |
-
"
|
1165 |
-
"
|
1166 |
-
"
|
1167 |
]
|
|
|
1158 |
|
1159 |
|
1160 |
__all__ = [
|
1161 |
+
"QLlamaForCausalLM",
|
1162 |
+
"QLlamaModel",
|
1163 |
+
"QLlamaPreTrainedModel",
|
1164 |
+
"QLlamaForSequenceClassification",
|
1165 |
+
"QLlamaForQuestionAnswering",
|
1166 |
+
"QLlamaForTokenClassification",
|
1167 |
]
|