Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# My AI Model
|
2 |
|
3 |
## Model Description
|
@@ -14,4 +21,4 @@ model = AutoModelForSequenceClassification.from_pretrained("username/model_name"
|
|
14 |
|
15 |
inputs = tokenizer("Hello, Hugging Face!", return_tensors="pt")
|
16 |
outputs = model(**inputs)
|
17 |
-
print(outputs)
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- HuggingFaceTB/everyday-conversations-llama3.1-2k
|
5 |
+
base_model: mattshumer/Reflection-Llama-3.1-70B
|
6 |
+
library_name: adapter-transformers
|
7 |
+
---
|
8 |
# My AI Model
|
9 |
|
10 |
## Model Description
|
|
|
21 |
|
22 |
inputs = tokenizer("Hello, Hugging Face!", return_tensors="pt")
|
23 |
outputs = model(**inputs)
|
24 |
+
print(outputs)
|