updated
Browse filesfrom transformers import AutoConfig, AutoModel
model_identifier = Bikas0/Bengali-Question-Answer-Llama3" # Example model identifier
# Load the model configuration
config = AutoConfig.from_pretrained(model_identifier)
# Load the actual model
model = AutoModel.from_pretrained(model_identifier)
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- bn
|
5 |
-
pipeline_tag: question-answering
|
6 |
library_name: adapter-transformers
|
7 |
base_model: Bikas0/Bengali-Question-Answer-Llama3
|
8 |
tags:
|
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- bn
|
5 |
+
pipeline_tag: table-question-answering
|
6 |
library_name: adapter-transformers
|
7 |
base_model: Bikas0/Bengali-Question-Answer-Llama3
|
8 |
tags:
|