Adapters
cyn
AIuser2222 commited on
Commit
d86a03c
1 Parent(s): a98dc4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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)