8 C
New York
Thursday, April 3, 2025
Home Blog Page 3848

Orange Cyberdefense and Pradeo be part of forces to safe enterprise cellular endpoints


Orange Cyberdefense, one of many leaders in cybersecurity providers in Europe, and Pradeo, chief of cellular safety, unveil the results of their collaboration geared toward systematizing cellular endpoint safety inside their Micro-SOC Mobiles providing for companies.

Get Began in AI and NFTs with the Limewire API


LimeWire

AI media creation has expanded to unimaginable video artwork and a number of different vital enhancements, and LimeWire is main the best way in creating an superior interface for the common person to turn into an AI artist. Limewire has simply launched its Developer API, a technique for engineers like us to create dynamic AI artwork on the fly!

Fast Hits

  • Free to enroll!
  • Supplies strategies to create quite a lot of high quality photographs from any variety of AI providers and algorithms
  • Create photographs primarily based on textual content and different photographs
  • Modify current photographs to scale them, take away backgrounds, and extra
  • Use JavaScript, PHP, Python, or any of your favourite languages
  • Documentation is clear and simple to know
  • Very simple to get began

A easy API name is as simple as:

curl -i -X POST 
  https://api.limewire.com/api/picture/technology 
  -H 'Authorization: Bearer MY_API_KEY' 
  -H 'Content material-Kind: software/json' 
  -H 'Settle for: software/json' 
  -H 'X-Api-Model: v1' 
  -d '{
    "immediate": "A good looking princess in entrance of her kingdom",
    "aspect_ratio": "1:1"
  }'

It’s also possible to upscale an current, uploaded picture:

curl -i -X POST 
  https://api.limewire.com/api/picture/upscaling 
  -H 'Authorization: Bearer MY_API_KEY' 
  -H 'Content material-Kind: software/json' 
  -H 'Settle for: software/json' 
  -H 'X-Api-Model: v1' 
  -d '{
    "image_asset_id": "116a972f-666a-44a1-a3df-c9c28a1f56c0",
    "upscale_factor": 4
  }'

The worth in creating AI artwork dynamically is difficult to emphasize the enormity of for engineers and authors alike. Fairly than scouring Google Pictures for picture to match my weblog submit, I can use LimeWire’s API to ship key phrases from the article to create a consultant picture. Likewise, authors can feed their story to LimeWire to generate illustrations! You’ll be able to even combine the developer API into your platform to your customers to make use of!

Give LimeWire’s new developer API a strive! LimeWire permits you to create AI photographs the place you are!


Clarifai 10.7: Your Information, Your AI: High quality-Tune Llama 3.1


10.7_blog_hero

This weblog publish focuses on new options and enhancements. For a complete listing, together with bug fixes, please see the launch notes.

Introducing the template to fine-tune Llama 3.1

Llama 3.1 is a set of pre-trained and instruction-tuned massive language fashions (LLMs) developed by Meta AI. It’s recognized for its open-source nature and spectacular capabilities, comparable to being optimized for multilingual dialogue use instances, prolonged context size of 128K, superior device utilization, and improved reasoning capabilities.

It’s out there in three mannequin sizes:

  • 405 billion parameters: The flagship basis mannequin designed to push the boundaries of AI capabilities.
  • 70 billion parameters: A extremely performant mannequin that helps a variety of use instances.
  • 8 billion parameters: A light-weight, ultra-fast mannequin that retains lots of the superior options of its bigger counterpart, which makes it extremely succesful.

At Clarifai, we provide the 8 billion parameter model of Llama 3.1, which you’ll fine-tune utilizing the Llama 3.1 coaching template throughout the Platform UI for prolonged context, instruction-following, or purposes comparable to textual content technology and textual content classification duties. We transformed it into the Hugging Face Transformers format to boost its compatibility with our platform and pipelines, ease its consumption, and optimize its deployment in numerous environments.

To get probably the most out of the Llama 3.1 8B mannequin, we additionally quantized it utilizing the GPTQ quantization technique. Moreover, we employed the LoRA (Low-Rank Adaptation) technique to realize environment friendly and quick fine-tuning of the pre-trained Llama 3.1 8B mannequin.

High quality-tuning Llama 3.1 is simple: Begin by creating your Clarifai app and importing the info you need to fine-tune. Subsequent, add a brand new mannequin inside your app, and choose the “Textual content-Generator” mannequin sort. Select your uploaded information, customise the fine-tuning parameters, and prepare the mannequin. You’ll be able to even consider the mannequin immediately throughout the UI as soon as the coaching is completed.

Comply with this information to fine-tune the Llama 3.1 8b instruct mannequin with your personal information.

Screenshot 2024-08-12 at 3.45.38 PM-1

Printed new fashions

Clarifai-hosted fashions are those we host inside our Clarifai Cloud. Wrapped fashions are these hosted externally, however we deploy them on our platform utilizing their third-party API keys

  • Printed Llama 3.1-8b-Instruct, a multilingual, extremely succesful LLM optimized for prolonged context, instruction-following, and superior purposes.

Screenshot 2024-08-12 at 3.40.12 PM-1

  • Printed GPT-4o-mini, an inexpensive, high-performing small mannequin excelling in textual content and imaginative and prescient duties with intensive context help.

Screenshot 2024-08-12 at 3.32.39 PM

  • Printed Qwen1.5-7B-Chat, an open-source, multilingual LLM with 32K token help, excelling in language understanding, alignment with human preferences, and aggressive tool-use capabilities.
  • Printed Qwen2-7B-Instruct, a state-of-the-art multilingual language mannequin with 7.07 billion parameters, excelling in language understanding, technology, coding, and arithmetic, and supporting as much as 128,000 tokens.
  • Printed Whisper-Giant-v3, a Transformer-based speech-to-text mannequin displaying 10-20% error discount in comparison with Whisper-Giant-v2, skilled on 1 million hours of weakly labeled audio, and can be utilized for translation and transcription duties.

Screenshot 2024-08-12 at 3.38.59 PM-1

  • Printed Llama-3-8b-Instruct-4bit, an instruction-tuned LLM optimized for dialogue use instances. It may possibly outperform lots of the out there open-source chat LLMs on frequent trade benchmarks.
  • Printed Mistral-Nemo-Instruct, a state-of-the-art 12B multilingual LLM with a 128k token context size, optimized for reasoning, code technology, and world purposes.
  • Printed Phi-3-Mini-4K-Instruct, a 3.8B parameter small language mannequin providing state-of-the-art efficiency in reasoning and instruction-following duties. It outperforms bigger fashions with its high-quality information coaching.

Added patch operations – Python SDK

Patch operations have been launched for apps, datasets, enter annotations, and ideas. You should utilize the Python SDK to both merge, take away, or overwrite your enter annotations, datasets, apps, and ideas. All three actions help overwriting by default however have particular conduct for lists of objects.

The merge motion will overwrite a key:worth with key:new_value or append to an current listing of values, merging dictionaries that match by a corresponding id subject.

The take away motion will overwrite a key:worth with key:new_value or delete something in an inventory that matches the supplied values’ IDs.

The overwrite motion will exchange the previous object with the brand new object.

Patching App

Beneath is an instance of performing a patch operation on an App. This consists of overwriting the bottom workflow, altering the app to an app template, and updating the app’s description, notes, default language, and picture URL. Notice that the ‘take away’ motion is barely used to take away the app’s picture.

Patching Dataset

Beneath is an instance of performing a patch operation on a dataset. Much like the app, you possibly can replace the dataset’s description, notes, and picture URL.

Patching Enter Annotation

Beneath is an instance of doing patch operation of Enter Annotations. Now we have uploaded the picture object together with the bounding field annotations and you may change that annotations utilizing the patch operations or take away the annotation.

Patching Ideas

Beneath is an instance of performing a patch operation on ideas. The one supported motion at present is overwrite. You should utilize this to vary the prevailing label names related to a picture.

Improved the performance of the Hyperparamater Sweeps module

Discovering the suitable hyperparameters for coaching a mannequin may be tough, requiring a number of iterations to get them excellent. The Hyperparameter module simplifies this course of by permitting you to check completely different values and mixtures of hyperparameters.

Now you can set a variety of values for every hyperparameter and resolve how a lot to regulate them with every step. Plus, you possibly can combine and match completely different hyperparameters to see what works greatest. This manner, you possibly can rapidly uncover the optimum settings to your mannequin with out the necessity for fixed handbook changes.

Screenshot 2024-08-14 at 4.25.00 PM

Improved the performance of the Face workflow

Workflows permits you to mix a number of fashions to hold out completely different operations on the Platform. The face workflow combines detection, recognition, and embedding fashions to generate face landmarks and allow visible search utilizing detected faces’s embeddings. 

Once you add a picture, the workflow first detects the face after which crops it. Subsequent, it identifies key facial landmarks, such because the eyes and mouth. The picture is then aligned utilizing these keypoints. After alignment, it’s despatched to the visible embedder mannequin, which generates numerical vectors representing every face within the picture or video. Lastly, these embeddings are utilized by the face-clustering mannequin to group visually related faces.

Screenshot 2024-08-14 at 5.01.39 PM

Group Settings and Administration

  • Applied restrictions on the power so as to add new organizations primarily based on the consumer’s present group depend and have entry
  • If a consumer has created one group and doesn’t have entry to the a number of organizations characteristic, the “Add a company” button is now disabled. We additionally show an applicable tooltip to them.
  • If a consumer has entry to the a number of organizations characteristic however has reached the utmost creation restrict of 20 organizations, the “Add a company” button is disabled. We additionally show an applicable tooltip to them.

Extra modifications

  • We enabled the RAG SDK to make use of setting variables for enhanced safety, flexibility, and simplified configuration administration.
  • Enabled deletion of related mannequin belongings when eradicating a mannequin annotation: Now, once you delete a mannequin annotation, the related mannequin belongings are additionally marked as deleted.
  • Mounted points with Python and Node.js SDK code snippets: In the event you click on the “Use Mannequin” button on a person mannequin’s web page, the “Name by API / Use in a Workflow” modal seems. You’ll be able to then combine the displayed code snippets in numerous programming languages into your personal use case.
    Beforehand, the code snippets for Python and Node.js SDKs for image-to-text fashions incorrectly outputted ideas as a substitute of the anticipated textual content. We fastened the difficulty to make sure the output is now appropriately supplied as textual content.

Prepared to start out constructing?

High quality-tuning LLMs permits you to tailor a pre-trained massive language mannequin to your group’s distinctive wants and aims. With our platform’s no-code expertise, you possibly can fine-tune LLMs effortlessly.

Discover our Quickstart tutorial for step-by-step steering to fine-tune Llama 3.1. Join right here to get began!

Thanks for studying, see you subsequent time 👋!



Robotic Discuss Episode 90 – Robotically Augmented Folks

0


Robotics helps to rehabilitate and improve human talents in areas like mobility and stamina. Improvements in robotic gadgets, exoskeletons, and wearable tech purpose to supply disabled individuals totally different views and new experiences, in addition to supporting people extra extensively to entry, inhabit and work safely in harmful and excessive situations. What does the long run maintain for these applied sciences and the individuals they may develop into part of?

On this particular dwell recording on the Victoria and Albert Museum as a part of the Nice Exhibition Street Pageant, Claire chatted to Milia Helena Hasbani (Imperial Faculty London), Benjamin Metcalfe (College of Bathtub) and Dani Clode (Cambridge College) about robotic prosthetics and human augmentation.

 

Milia Helena Hasbani is a researcher in assistive expertise at Imperial Faculty London. She is enthusiastic about enhancing individuals’s lives via innovation in healthcare and expertise in multi-disciplinary environments interfacing with engineers, clinicians, and sufferers. Her analysis focuses on the management of lively prosthetic arms, combining consumer intention for wrist actions with a pc imaginative and prescient system for dynamically choosing the grasp kind for use. Benjamin Metcalfe is a biomedical engineer who specialises in neural interfaces and implanted gadgets. He’s Head of the Division of Digital & Electrical Engineering on the College of Bathtub and Deputy Director of the Bathtub Institute for the Augmented Human. He’s additionally Vice-President (Educational) of the Institute of Physics and Engineering in Medication. His pursuits discover the collision between expertise and biology and the extent to which engineering can be utilized to enhance and improve human efficiency. Dani Clode is an augmentation and prosthetics designer. She is the Senior Technical Specialist on the Plasticity Lab at Cambridge College and a collaborator of the Various Limb Undertaking. Dani’s work investigates the long run structure of our our bodies, difficult the notion and limits of extending the human kind. Her fundamental mission the ‘Third Thumb’ is at the moment being utilised in collaboration with neuroscientists at Cambridge College, investigating the mind’s potential to adapt to human augmentation.




Robotic Discuss
is a weekly podcast that explores the thrilling world of robotics, synthetic intelligence and autonomous machines.

Robotic Discuss
is a weekly podcast that explores the thrilling world of robotics, synthetic intelligence and autonomous machines.

Yr finish Wrap-up | Nanotechnology Weblog


The preferred technical/laptop matter on the finish of 2023 was Generative Synthetic Intelligence (AI), which was briefly touched on in final month’s weblog.  As 2023 attracts to an in depth, the New York Instances is suing the main builders of Generative AI for utilizing their copyrighted information database with out permission or compensation. [Ref. 1]  On the restrictive facet, the UK’s prime courtroom determined that AI cannot be named as an inventor on a patent. [Ref. 2]  It additionally indicated that the one who owned this system outcomes was not the proprietor of the patent, as a result of he was not named on the patent utility as inventor.  This could make for an fascinating upcoming 12 months and patent regulation.

Relating to supplies and semiconductors, there’s a proposed new method to semiconductor materials.  Ferroelectric semiconductors are being studied.  The problems of velocity, dimension together with thickness (or thinness) and operation at excessive velocity and excessive energy are a problem for transferring into bigger, larger, sooner gadgets.    The College of Michigan analysis [Ref. 3] is targeted on ferroelectric excessive electron mobility transistor (FeHEMT).  Ferroelectric semiconductors can maintain {an electrical} polarization, suppose magnetism.  However, the ferroelectric semiconductor can swap which finish is optimistic and which is damaging. In different phrases, the transistor can change the way it features.

Researchers at Lund College in Sweden [Ref. 4] have proven a configurable transistor.  The potential for this system is a extra exact management of the electronics. Their work is with III-V supplies to switch silicon.  The promise is high-frequency functions (6G and 7G networks) whereas lowering the facility required.  The appliance would considerably profit neuromorphic computations, which might allow stronger AI functions.  They examined new ferroelectric reminiscence with tunnel limitations in an effort to create new circuit architectures (transistor sort reminiscence).  A key a part of this work is the creation and placement of ferroelectric grains within the system construction.  It is a ferro-TFET transistor.  Like the event talked about above, the properties of the transistor will be modified throughout the operation of the system.  One benefit is the “new” properties of the system stay fixed even with none energy wanted to maintain their state. 

Researchers from Northwestern College, Boston School, and MIT are pursuing a special sort of transistor perform. [Ref. 5]   They declare it might probably retailer and course of data concurrently, just like the human mind.  A key distinction type earlier analysis is that the main target is bringing the reminiscence and processing features collectively with out the required time lag of transporting {the electrical} indicators.  Their declare is that by layering completely different patterns, two dimensional supplies are shaped which have novel properties from the person supplies.  The researchers stacked bilayer graphene and hexagonal boron nitride.  By rotating one layer with respect to the opposite, completely different properties could possibly be developed in every graphene layer.  One lead researcher launched a brand new nanoelectronic system that seems to be able to manipulating information in an power environment friendly method.  Of their experiment, which have demonstrated their synaptic transistor can determine comparable patterns.  The extra declare is that the brand new system can present a significant step ahead in AI functions.

It seems that the work on novel transistor constructions and performance may present increased frequency functions with the potential of lowering the whole energy requires.  The ability discount straight results the discount of the warmth generated by the gadgets.  We will anticipate extra leads to the approaching 2024 12 months.

References:

  1. https://www.nytimes.com/2023/12/27/enterprise/media/new-york-times-open-ai-microsoft-lawsuit.html
  2. https://www.theguardian.com/expertise/2023/dec/20/ai-cannot-be-named-as-patent-inventor-uk-supreme-court-rules  
  3. Absolutely epitaxial, monolithic ScAlN/AlGaN/GaN ferroelectric HEMT – https://pubs.aip.org/aip/apl/article-abstract/122/9/090601/2880773/Absolutely-epitaxial-monolithic-ScAlN-AlGaN-GaN?redirectedFrom=fulltext
  4. https://www.lunduniversity.lu.se/article/cutting-edge-transistors-semiconductors-future
  5. https://information.northwestern.edu/tales/2023/12/new-brain-like-transistor-mimics-human-intelligence/

Yr finish Wrap-up | Nanotechnology Weblog

About Walt

I’ve been concerned in varied features of nanotechnology for the reason that late Nineteen Seventies. My curiosity in selling nano-safety started in 2006 and produced a white paper in 2007 explaining the 4 pillars of nano-safety. I’m a expertise futurist and is presently centered on nanoelectronics, single digit nanomaterials, and 3D printing on the nanoscale. My expertise contains three startups, two of which I based, 13 years at SEMATECH, the place I used to be a Senior Fellow of the technical workers once I left, and 12 years at Normal Electrical with 9 of them on company workers. I’ve a Ph.D. from the College of Texas at Austin, an MBA from James Madison College, and a B.S. in Physics from the Illinois Institute of Know-how.


Semiconductor Know-how, Know-how