Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ tags:
|
|
10 |
- CoT
|
11 |
- LongCoT
|
12 |
- o1
|
|
|
13 |
---
|
14 |
|
15 |
# Llama-3.2-3B-LongCoT
|
@@ -111,4 +112,4 @@ def chat_loop():
|
|
111 |
if __name__ == "__main__":
|
112 |
# Start the interactive chat loop when the script is executed
|
113 |
chat_loop()
|
114 |
-
```
|
|
|
10 |
- CoT
|
11 |
- LongCoT
|
12 |
- o1
|
13 |
+
pipeline_tag: text-generation
|
14 |
---
|
15 |
|
16 |
# Llama-3.2-3B-LongCoT
|
|
|
112 |
if __name__ == "__main__":
|
113 |
# Start the interactive chat loop when the script is executed
|
114 |
chat_loop()
|
115 |
+
```
|