Instructions to use sdsfsfsf3435/MyAwesomeModel-TestRepository with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sdsfsfsf3435/MyAwesomeModel-TestRepository with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sdsfsfsf3435/MyAwesomeModel-TestRepository")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("sdsfsfsf3435/MyAwesomeModel-TestRepository") model = AutoModel.from_pretrained("sdsfsfsf3435/MyAwesomeModel-TestRepository", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update repo README from workspace README with only MyAwesomeModel benchmark scores replaced
Browse files
README.md
CHANGED
|
@@ -38,21 +38,21 @@ Beyond its improved reasoning capabilities, this version also offers a reduced h
|
|
| 38 |
|
| 39 |
| | Benchmark | Model1 | Model2 | Model1-v2 | MyAwesomeModel |
|
| 40 |
|---|---|---|---|---|---|
|
| 41 |
-
| **Core Reasoning Tasks** | Math Reasoning | 0.550 |
|
| 42 |
-
| | Logical Reasoning | 0.819 |
|
| 43 |
-
| | Common Sense | 0.736 |
|
| 44 |
-
| **Language Understanding** | Reading Comprehension | 0.700 |
|
| 45 |
-
| | Question Answering | 0.607 |
|
| 46 |
-
| | Text Classification | 0.828 |
|
| 47 |
-
| | Sentiment Analysis | 0.792 |
|
| 48 |
-
| **Generation Tasks** | Code Generation | 0.650 |
|
| 49 |
-
| | Creative Writing | 0.610 |
|
| 50 |
-
| | Dialogue Generation | 0.644 |
|
| 51 |
-
| | Summarization | 0.767 |
|
| 52 |
-
| **Specialized Capabilities**| Translation | 0.804 |
|
| 53 |
-
| | Knowledge Retrieval | 0.676 |
|
| 54 |
-
| | Instruction Following | 0.758 |
|
| 55 |
-
| | Safety Evaluation | 0.739 |
|
| 56 |
|
| 57 |
</div>
|
| 58 |
|
|
|
|
| 38 |
|
| 39 |
| | Benchmark | Model1 | Model2 | Model1-v2 | MyAwesomeModel |
|
| 40 |
|---|---|---|---|---|---|
|
| 41 |
+
| **Core Reasoning Tasks** | Math Reasoning | 0.550 | {RESULT} |
|
| 42 |
+
| | Logical Reasoning | 0.819 | {RESULT} |
|
| 43 |
+
| | Common Sense | 0.736 | {RESULT} |
|
| 44 |
+
| **Language Understanding** | Reading Comprehension | 0.700 | {RESULT} |
|
| 45 |
+
| | Question Answering | 0.607 | {RESULT} |
|
| 46 |
+
| | Text Classification | 0.828 | {RESULT} |
|
| 47 |
+
| | Sentiment Analysis | 0.792 | {RESULT} |
|
| 48 |
+
| **Generation Tasks** | Code Generation | 0.650 | {RESULT} |
|
| 49 |
+
| | Creative Writing | 0.610 | {RESULT} |
|
| 50 |
+
| | Dialogue Generation | 0.644 | {RESULT} |
|
| 51 |
+
| | Summarization | 0.767 | {RESULT} |
|
| 52 |
+
| **Specialized Capabilities**| Translation | 0.804 | {RESULT} |
|
| 53 |
+
| | Knowledge Retrieval | 0.676 | {RESULT} |
|
| 54 |
+
| | Instruction Following | 0.758 | {RESULT} |
|
| 55 |
+
| | Safety Evaluation | 0.739 | {RESULT} |
|
| 56 |
|
| 57 |
</div>
|
| 58 |
|